Skip to content

Commit a8b8b2b

Browse files
committed
import std::iter::repeat
Signed-off-by: Hayashi Mikihiro <[email protected]>
1 parent 674e10e commit a8b8b2b

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/hir-expand/src

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/hir-expand/src/attrs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! A higher level attributes based on TokenTree, with also some shortcuts.
2+
use std::iter;
23
use std::{borrow::Cow, fmt, ops};
34

45
use base_db::Crate;

0 commit comments

Comments
 (0)