mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove SyntaxContext trait
This commit is contained in:
parent
7b804552a5
commit
f211a40f1f
3 changed files with 10 additions and 40 deletions
|
@ -54,9 +54,7 @@ impl std::fmt::Debug for TokenId {
|
|||
}
|
||||
}
|
||||
|
||||
impl tt::Span for TokenId {
|
||||
const DUMMY: Self = TokenId(!0);
|
||||
}
|
||||
impl tt::Span for TokenId {}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct FlatTree {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue