rollup merge of #22197: alexcrichton/do-not-link-plugins

This commit is contained in:
Alex Crichton 2015-02-11 16:20:34 -08:00
commit 18bafad027

View File

@ -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)
}
};