Lower values of char and byte literals

This commit is contained in:
Laurențiu Nicola
2022-05-05 08:10:07 +03:00
parent 0218aeba7a
commit 9856144b0b
8 changed files with 178 additions and 11 deletions

View File

@@ -8,7 +8,6 @@
//!
//! The `cli` submodule implements some batch-processing analysis, primarily as
//! a debugging aid.
#![recursion_limit = "512"]
pub mod cli;