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 674e10e commit a8b8b2bCopy full SHA for a8b8b2b
src/tools/rust-analyzer/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