Skip to content

Commit 52b523a

Browse files
committed
import std::iter::repeat
Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
1 parent 7d6956e commit 52b523a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)