Skip to content

Commit e2b5bab

Browse files
cippy
1 parent a21866a commit e2b5bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/djls-templates/src/tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl<'db> Token<'db> {
215215
pub struct TokenSnapshotVec<'db>(pub Vec<Token<'db>>);
216216

217217
#[cfg(test)]
218-
impl<'db> TokenSnapshotVec<'db> {
218+
impl TokenSnapshotVec<'_> {
219219
pub fn to_snapshot(&self, db: &dyn TemplateDb) -> Vec<TokenSnapshot> {
220220
self.0.iter().map(|t| t.to_snapshot(db)).collect()
221221
}

0 commit comments

Comments
 (0)