Use Symbol for the crate name instead of String/str
This commit is contained in:
@@ -960,7 +960,7 @@ pub trait LintStoreExpand {
|
||||
node_id: NodeId,
|
||||
attrs: &[Attribute],
|
||||
items: &[P<Item>],
|
||||
name: &str,
|
||||
name: Symbol,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user