feat: ref
This commit is contained in:
@@ -17,7 +17,7 @@ pub struct AttrSet {
|
||||
}
|
||||
|
||||
impl AttrSet {
|
||||
pub fn empty() -> AttrSet {
|
||||
pub fn empty() -> Self {
|
||||
AttrSet {
|
||||
data: HashTrieMapSync::new_sync(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user