Remove SyntaxContext trait

This commit is contained in:
Lukas Wirth 2023-12-20 14:02:40 +01:00
parent 7b804552a5
commit f211a40f1f
3 changed files with 10 additions and 40 deletions

View file

@ -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 {