mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-25 23:14:12 +00:00
rollup merge of #22197: alexcrichton/do-not-link-plugins
This commit is contained in:
commit
18bafad027
@ -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…
Reference in New Issue
Block a user