Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/ungrammar2json/src/main.rs')
| -rw-r--r-- | lib/ungrammar/ungrammar2json/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ungrammar/ungrammar2json/src/main.rs b/lib/ungrammar/ungrammar2json/src/main.rs index f588ed5eb6..3e88458069 100644 --- a/lib/ungrammar/ungrammar2json/src/main.rs +++ b/lib/ungrammar/ungrammar2json/src/main.rs @@ -1,3 +1,4 @@ +#![allow(clippy::print_stderr, clippy::print_stdout)] use std::{ env, io::{self, Read}, |