Benno Lossin
2025-Jul-05 08:04 UTC
[PATCH 4/6] rust: str: remove unnecessary qualification
On Fri Jul 4, 2025 at 10:14 PM CEST, Tamir Duberstein wrote:> `core::ffi::*` is in the prelude, which is imported here. > > Signed-off-by: Tamir Duberstein <tamird at gmail.com>Reviewed-by: Benno Lossin <lossin at kernel.org> --- Cheers, Benno> --- > rust/kernel/str.rs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)