mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Remove outdated import in r-a proc macro server.
This commit is contained in:
parent
f57997ef6a
commit
6502421771
1 changed files with 1 additions and 4 deletions
|
@ -8,10 +8,7 @@
|
||||||
//!
|
//!
|
||||||
//! FIXME: No span and source file information is implemented yet
|
//! FIXME: No span and source file information is implemented yet
|
||||||
|
|
||||||
use proc_macro::{
|
use proc_macro::bridge::{self, server};
|
||||||
bridge::{self, server},
|
|
||||||
LineColumn,
|
|
||||||
};
|
|
||||||
|
|
||||||
mod token_stream;
|
mod token_stream;
|
||||||
pub use token_stream::TokenStream;
|
pub use token_stream::TokenStream;
|
||||||
|
|
Loading…
Reference in a new issue