1
Fork 0
rust/src/librustdoc/clean
Noah Lev 5321b35a5a Fix redundant arguments in external_path()
If the path is for a trait, it is always true that `trait_did ==
Some(did)`, so instead, `external_path()` now takes an `is_trait`
boolean.
2021-09-11 15:43:44 -07:00
..
cfg Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez 2021-09-05 12:52:34 +00:00
blanket_impl.rs remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
cfg.rs Remove the insta-stable cfg(wasm) 2021-04-07 23:09:56 +03:00
inline.rs rustdoc: Stop using resolver for macro loading 2021-08-29 18:30:16 +03:00
mod.rs Fix redundant arguments in external_path() 2021-09-11 15:43:44 -07:00
simplify.rs Box GenericArgs::Parenthesized.output 2021-08-31 20:32:17 -07:00
types.rs Fix redundant arguments in external_path() 2021-09-11 15:43:44 -07:00
utils.rs Fix redundant arguments in external_path() 2021-09-11 15:43:44 -07:00