1
Fork 0

fix #90187: Replace all def_id_no_primitives with def_id

This commit is contained in:
zredb 2022-01-13 14:05:52 +08:00 committed by Guillaume Gomez
parent 0dd2703f8a
commit be9d6335f7
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ use crate::html::render::IndexItem;
/// to be a fairly large and expensive structure to clone. Instead this adheres
/// to `Send` so it may be stored in an `Arc` instance and shared among the various
/// rendering threads.
#[derive(Default, Debug)]
#[derive(Default)]
crate struct Cache {
/// Maps a type ID to all known implementations for that type. This is only
/// recognized for intra-crate [`clean::Type::Path`]s, and is used to print