rust/src/librustdoc/clean
Michael Howell 85ba6c7b34 Only show notable traits if both types are the same
Checking only their DefId doesn't work because all slices have the same
fake DefId.

Fixes #91347
2021-11-29 12:23:07 -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 Unwrap the results of type folders 2021-11-26 07:38:25 +00: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 Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01:00
mod.rs Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01: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 Only show notable traits if both types are the same 2021-11-29 12:23:07 -07:00
utils.rs Rename Type::ResolvedPath to Type::Path 2021-11-26 12:40:27 -08:00