fix #90187: Replace all def_id_no_primitives with def_id
This commit is contained in:
parent
0dd2703f8a
commit
be9d6335f7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue