> BTW, how do we suppress [`clippy::many_single_char_names`](https://rust-lang.github.io/rust-clippy/rust-1.42.0/#many_single_char_names)? Adding `#![allow]` to each module, or the crate root? > > ```rust > #![allow(clippy::many_single_char_names)] > ``` _Originally posted by @qryxip in https://github.com/rust-lang-ja/ac-library-rs/pull/3#issuecomment-688622868_