chore: cargo clippy

This commit is contained in:
2025-05-28 22:47:35 +08:00
parent f3bf44ab97
commit c8276c1729
7 changed files with 13 additions and 14 deletions

View File

@@ -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),