mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-15 13:52:59 +00:00
import std::iter::repeat
Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
This commit is contained in:
parent
7d6956ea57
commit
52b523aabe
@ -1,4 +1,5 @@
|
|||||||
//! A higher level attributes based on TokenTree, with also some shortcuts.
|
//! A higher level attributes based on TokenTree, with also some shortcuts.
|
||||||
|
use std::iter;
|
||||||
use std::{borrow::Cow, fmt, ops};
|
use std::{borrow::Cow, fmt, ops};
|
||||||
|
|
||||||
use base_db::Crate;
|
use base_db::Crate;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user