We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6956e commit 52b523aCopy full SHA for 52b523a
crates/hir-expand/src/attrs.rs
@@ -1,4 +1,5 @@
1
//! A higher level attributes based on TokenTree, with also some shortcuts.
2
+use std::iter;
3
use std::{borrow::Cow, fmt, ops};
4
5
use base_db::Crate;
0 commit comments