mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 18:54:21 +01:00
fix warnings and some refactoring
This commit is contained in:
@@ -102,7 +102,7 @@ pub trait ToTokens {
|
||||
let mut s = FmtTokenStream { f, spaced: true };
|
||||
self.to_tokens(&mut s)
|
||||
}
|
||||
// Format AST node to string
|
||||
/// Format AST node to string
|
||||
fn format(&self) -> Result<String, fmt::Error> {
|
||||
let mut s = String::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user