提交 352a1e8f 编写于 作者: K KOSHIKAWA Kenichi

src/main.rs: remove clippy::unnested_or_patterns

Signed-off-by: NKOSHIKAWA Kenichi <reishoku.misc@pm.me>
上级 4f027539
......@@ -18,7 +18,6 @@
#![allow(clippy::non_ascii_literal)]
#![allow(clippy::option_if_let_else)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::unnested_or_patterns)] // TODO: remove this when we support Rust 1.53.0
#![allow(clippy::unused_self)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::wildcard_imports)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册