Apply more lints
This commit is contained in:
parent
0c92bf959b
commit
1e1dd7b877
24 changed files with 61 additions and 63 deletions
6
backend/reconcile/src/tokenizer.rs
Normal file
6
backend/reconcile/src/tokenizer.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use token::Token;
|
||||
|
||||
pub mod token;
|
||||
pub mod word_tokenizer;
|
||||
|
||||
pub type Tokenizer<T> = dyn Fn(&str) -> Vec<Token<T>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue