Remove outdated import in r-a proc macro server.
This commit is contained in:
parent
21d9fd77f4
commit
61590752a2
@ -8,10 +8,7 @@
|
||||
//!
|
||||
//! FIXME: No span and source file information is implemented yet
|
||||
|
||||
use proc_macro::{
|
||||
bridge::{self, server},
|
||||
LineColumn,
|
||||
};
|
||||
use proc_macro::bridge::{self, server};
|
||||
|
||||
mod token_stream;
|
||||
pub use token_stream::TokenStream;
|
||||
|
Loading…
Reference in New Issue
Block a user