* I'm working on the documentation of a crate and scratching my head as for only one of the items annotated with ```rust #[cfg_attr(feature = "defmt", derive(defmt::Format))] ``` the trait impl documentation has got the box with _Available on crate feature defmt only._ For all other items there is no such hint which is somewhat misleading.