fix tests

This commit is contained in:
Aleksey Kladov
2019-02-20 16:48:06 +03:00
parent 45fc91cc47
commit 86a67dce25
3 changed files with 8 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
mod generated;
use crate::SyntaxKind::*;
use std::fmt;
use crate::SyntaxKind::*;
pub use self::generated::SyntaxKind;
impl fmt::Debug for SyntaxKind {