rust/src/librustdoc/html/render
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
..
cache.rs Remove Never variant from clean::Type enum 2021-09-29 20:29:33 +02:00
context.rs Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez 2021-09-16 13:47:55 +00:00
mod.rs Remove visible path calculation from allowed deprecation lint 2021-09-30 15:15:10 +04:00
print_item.rs Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d 2021-10-05 18:04:15 +02:00
span_map.rs Add support for primitives in "jump to definition" feature 2021-09-13 17:41:43 +02:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Add rustdoc version into the help popup 2021-09-17 17:32:57 +02:00