This commit is contained in:
Aleksey Kladov
2021-01-20 01:56:11 +03:00
parent 63f509f492
commit 46b4f89c92
28 changed files with 69 additions and 67 deletions

View File

@@ -507,7 +507,7 @@ impl SrcToken for SynToken {
}
}
fn to_text(&self) -> SmolStr {
self.token().text().clone()
self.token().text().into()
}
}