Skip to content

Commit

Permalink
Remove outdated import in r-a proc macro server.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jun 21, 2023
1 parent 21d9fd7 commit 6159075
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tools/rust-analyzer/crates/proc-macro-srv/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6159075

Please sign in to comment.