mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-16 07:15:24 +00:00
internal: Remove span trait
This commit is contained in:
parent
2ad14b8069
commit
cd8eb0fe6d
11 changed files with 52 additions and 55 deletions
|
@ -88,8 +88,6 @@ impl std::fmt::Debug for TokenId {
|
|||
}
|
||||
}
|
||||
|
||||
impl tt::Span for TokenId {}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct FlatTree {
|
||||
subtree: Vec<u32>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue