diff options
author | Zhao Liu <zhao1.liu@intel.com> | 2025-02-18 16:08:35 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-25 16:18:11 +0100 |
commit | c48700e86d91004424e3a6496f194decb036dccb (patch) | |
tree | 09c583b9bad59f81771aeccb1affe5ce6142e4e3 /rust/qemu-api/meson.build | |
parent | 4cb7040d851cdd7b2622f83fd7d95a922225386b (diff) | |
download | qemu-c48700e86d91004424e3a6496f194decb036dccb.zip qemu-c48700e86d91004424e3a6496f194decb036dccb.tar.gz qemu-c48700e86d91004424e3a6496f194decb036dccb.tar.bz2 |
rust: prefer importing std::ptr over core::ptr
The std::ptr is same as core::ptr, but std has already been used in many
cases and there's no need to choose non-std library.
So, use std::ptr directly to make the used ptr library as consistent as
possible.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250218080835.3341082-1-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/qemu-api/meson.build')
0 files changed, 0 insertions, 0 deletions