rust/src/librustdoc/clean
Noah Lev 169b84fee3 Replace where-bounded Clean impl with function
This was the only Clean impl I found with `where` bounds.

This impl was doubly-confusing: it was implemented on a tuple and it
was polymorphic. Combined, this caused a "spooky action at a distance"
effect to make the code very confusing.
2021-11-09 18:09:09 -08: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 rustdoc: Use ty::ImplPolarity instead of custom enum 2021-11-07 08:57:33 -08:00
blanket_impl.rs Remove Clean impl for Vec<T> 2021-11-07 09:19:58 -08:00
cfg.rs rustdoc: Add human-readable cfg string for m68k 2021-09-17 15:07:13 +00:00
inline.rs Remove Clean impl for Vec<T> 2021-11-07 09:19:58 -08:00
mod.rs Replace where-bounded Clean impl with function 2021-11-09 18:09:09 -08:00
simplify.rs Replace all uses of path.res.def_id() with path.def_id() 2021-10-02 15:57:57 -07:00
types.rs Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez 2021-11-08 21:37:59 +00:00
utils.rs rustdoc: Stop sorting external crates 2021-10-30 11:16:26 -07:00