Skip to content

Commit ff06466

Browse files
committed
Remove unused code
1 parent 72d5ce6 commit ff06466

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/tools/rust-analyzer/crates/salsa/salsa-macros/src/database_storage.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,3 @@ impl Parse for QueryGroup {
241241
Ok(QueryGroup { group_path })
242242
}
243243
}
244-
245-
struct Nothing;
246-
247-
impl Parse for Nothing {
248-
fn parse(_input: ParseStream<'_>) -> syn::Result<Self> {
249-
Ok(Nothing)
250-
}
251-
}

0 commit comments

Comments
 (0)