Implemented T! macro for syntax kinds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[macro_use]
|
||||
mod generated;
|
||||
|
||||
use std::fmt;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
#[macro_use]
|
||||
mod generated;
|
||||
|
||||
use std::fmt;
|
||||
|
||||