Lines Matching full:allow
26 #[allow(unused_imports)]
148 #[allow(clippy::missing_safety_doc)] // There's a `Safety` section on `into_byte_slice`.
173 #[allow(clippy::missing_safety_doc)] // There's a `Safety` section on `into_byte_slice_mut`.
198 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
199 #[allow(clippy::undocumented_unsafe_blocks)]
202 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
203 #[allow(clippy::undocumented_unsafe_blocks)]
206 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
207 #[allow(clippy::undocumented_unsafe_blocks)]
217 #[allow(clippy::multiple_unsafe_ops_per_block)] in split_at_unchecked()
236 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
237 #[allow(clippy::undocumented_unsafe_blocks)]
261 // FIXME(#67): Remove this allow. See NumExt for more details. in split_at_unchecked()
262 #[allow(unstable_name_collisions)] in split_at_unchecked()
293 #[allow(clippy::multiple_unsafe_ops_per_block)] in split_at_unchecked()
324 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
325 #[allow(clippy::undocumented_unsafe_blocks)]
344 // FIXME(#429): Add a "SAFETY" comment and remove this `allow`.
345 #[allow(clippy::undocumented_unsafe_blocks)]