Skip to content

Commit d12adae

Browse files
Autoderef in librustc_plugin
1 parent 650c082 commit d12adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_plugin/load.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub fn load_plugins(sess: &Session, cstore: &CStore, krate: &ast::Crate,
6868
}
6969

7070
let args = plugin.meta_item_list().map(ToOwned::to_owned).unwrap_or_default();
71-
loader.load_plugin(plugin.span, &*plugin.name(), args);
71+
loader.load_plugin(plugin.span, &plugin.name(), args);
7272
}
7373
}
7474

0 commit comments

Comments
 (0)