Wim Looman 18fdd816b7 Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
By adding #![doc(cfg_hide(foobar))] to the crate attributes the cfg
 #[cfg(foobar)] (and _only_ that _exact_ cfg) will not be implicitly
treated as a doc(cfg) to render a message in the documentation.
2021-10-05 18:04:15 +02:00
..
2020-12-03 17:08:19 -05:00
2021-10-02 17:41:14 -05:00
2020-12-25 14:02:52 -08:00
2021-09-20 15:24:47 +00:00
2021-07-08 23:30:53 +02:00