未验证 提交 be6feb82 编写于 作者: M Mélanie Chauvel 提交者: GitHub

Merge pull request #1003 from reishoku/remove-unnested-or-patterns

src/main.rs: remove clippy::unnested_or_patterns
......@@ -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.
先完成此消息的编辑!
想要评论请 注册