rollup merge of #22197: alexcrichton/do-not-link-plugins
This commit is contained in:
commit
18bafad027
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ impl<'a> CrateReader<'a> {
|
|||
name: s.to_string(),
|
||||
ident: s.to_string(),
|
||||
id: ast::DUMMY_NODE_ID,
|
||||
should_link: true,
|
||||
should_link: false,
|
||||
}, sp)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue