Lines Matching refs:feature
4 not(any(feature = "full", feature = "derive")),
15 #[cfg(feature = "full")]
18 #[cfg(not(feature = "full"))]
23 #[cfg(all(not(feature = "full"), feature = "printing"))]
42 #[cfg(any(feature = "full", feature = "derive"))]
67 #[cfg(feature = "printing")]
101 #[cfg(feature = "printing")]
132 #[cfg_attr(docsrs, doc(cfg(feature = "printing")))]
144 #[cfg(all(doc, feature = "parsing"))]
154 #[cfg(all(not(doc), feature = "parsing"))]
170 #[cfg(any(feature = "full", feature = "derive"))]