rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 4 Sep 2024 20:43:37 +0000 (22:43 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 7 Oct 2024 19:39:05 +0000 (21:39 +0200)
commitd5cc7ab0a0a99496de1bd933dac242699a417809
tree6a3144b7a7cf9a1c2311e20fd0c1b718fa338e56
parentbef83245f5ed434932aaf07f890142b576dc5d85
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`

These few cases, unlike others in the same file, did not need the `allow`.

Thus clean them up.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Tested-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://lore.kernel.org/r/20240904204347.168520-10-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/init.rs