rust: str: remove unnecessary qualification
authorTamir Duberstein <tamird@gmail.com>
Fri, 4 Jul 2025 20:14:55 +0000 (16:14 -0400)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 20 Jul 2025 23:16:36 +0000 (01:16 +0200)
commit0f6d225671e05bd84b426823152b77a8db580f92
tree3c137602f754cf42db6430893d0009d384d9d5d3
parent386f285d885ae40b64ccf8328d59694055af3187
rust: str: remove unnecessary qualification

`core::ffi::*` is in the prelude, which is imported here.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250704-core-cstr-prepare-v1-4-a91524037783@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/str.rs