Lines Matching full:allow
13 #![cfg_attr(test, allow(deref_nullptr))]
14 #![cfg_attr(test, allow(unaligned_references))]
15 #![cfg_attr(test, allow(unsafe_op_in_unsafe_fn))]
16 #![allow(
27 #[allow(dead_code)]
28 #[allow(clippy::cast_lossless)]
29 #[allow(clippy::ptr_as_ptr)]
30 #[allow(clippy::ref_as_ptr)]
31 #[allow(clippy::undocumented_unsafe_blocks)]
32 #[cfg_attr(CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES, allow(unnecessary_transmutes))]
51 #[allow(dead_code)]