• Home
  • Raw
  • Download

Lines Matching refs:feature

89 #![cfg_attr(not(feature = "std"), no_std)]
94 #![cfg_attr(feature = "unstable", feature(never_type))]
96 #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
97 #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
100 feature = "cargo-clippy",
146 #[cfg(feature = "alloc")]
154 #[cfg(not(feature = "std"))]
156 #[cfg(feature = "std")]
176 #[cfg(all(feature = "alloc", not(feature = "std")))]
178 #[cfg(feature = "std")]
181 #[cfg(all(feature = "alloc", not(feature = "std")))]
183 #[cfg(feature = "std")]
186 #[cfg(all(feature = "alloc", not(feature = "std")))]
188 #[cfg(feature = "std")]
191 #[cfg(all(feature = "alloc", not(feature = "std")))]
193 #[cfg(feature = "std")]
196 #[cfg(all(feature = "rc", feature = "alloc", not(feature = "std")))]
198 #[cfg(all(feature = "rc", feature = "std"))]
201 #[cfg(all(feature = "rc", feature = "alloc", not(feature = "std")))]
203 #[cfg(all(feature = "rc", feature = "std"))]
206 #[cfg(all(feature = "alloc", not(feature = "std")))]
208 #[cfg(feature = "std")]
211 #[cfg(feature = "std")]
214 #[cfg(feature = "std")]
216 #[cfg(feature = "std")]
218 #[cfg(feature = "std")]
220 #[cfg(feature = "std")]
222 #[cfg(feature = "std")]
224 #[cfg(feature = "std")]
226 #[cfg(feature = "std")]
229 #[cfg(all(feature = "std", collections_bound))]
241 #[cfg(all(feature = "std", std_atomic))]
246 #[cfg(all(feature = "std", std_atomic64))]
249 #[cfg(any(core_duration, feature = "std"))]
282 #[cfg(not(feature = "std"))]
290 #[cfg(feature = "serde_derive")]
294 #[cfg(feature = "serde_derive")]