First of all, thanks for taking a look!!
> > prelude::*,
>
> Should this be expanded too if we want to discourage wildcard imports ?
The prelude is a bit special; it provides a subset of items that most
users will want to include into the namespace. You're right that it
goes against the rule
On Fri, Feb 14, 2025 at 02:58:22PM +0100, Paolo Bonzini wrote:
> Similar to the devices, spell the exact set of C functions that are
> called directly.
>
> Signed-off-by: Paolo Bonzini
> ---
> rust/qemu-api/tests/tests.rs | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git
Similar to the devices, spell the exact set of C functions that are
called directly.
Signed-off-by: Paolo Bonzini
---
rust/qemu-api/tests/tests.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rust/qemu-api/tests/tests.rs b/rust/qemu-api/tests/tests.rs
index 92dbfb8a0c8..