Unnamed repository; edit this file 'description' to name the repository.
import std::iter::repeat
Signed-off-by: Hayashi Mikihiro <[email protected]>
Hayashi Mikihiro 12 months ago
parent 7d6956e · commit 52b523a
-rw-r--r--crates/hir-expand/src/attrs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/src/attrs.rs b/crates/hir-expand/src/attrs.rs
index 5fe95f3043..8b9e1c42c1 100644
--- a/crates/hir-expand/src/attrs.rs
+++ b/crates/hir-expand/src/attrs.rs
@@ -1,4 +1,5 @@
//! A higher level attributes based on TokenTree, with also some shortcuts.
+use std::iter;
use std::{borrow::Cow, fmt, ops};
use base_db::Crate;