chore: cargo clippy
This commit is contained in:
@@ -32,7 +32,7 @@ impl<'gc> Deref for AttrSet<'gc> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'jit: 'vm, 'vm, 'gc> AttrSet<'gc> {
|
||||
impl<'gc> AttrSet<'gc> {
|
||||
pub fn with_capacity(cap: usize) -> Self {
|
||||
AttrSet {
|
||||
data: HashMap::with_capacity(cap),
|
||||
|
||||
Reference in New Issue
Block a user