Skip to content

Commit ae22069

Browse files
calebcartwrightashvin021
authored andcommitted
chore: disable clippy::matches_like_macro lint
1 parent c5f88ce commit ae22069

File tree

2 files changed

+59
-57
lines changed

2 files changed

+59
-57
lines changed

Cargo.lock

Lines changed: 59 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![deny(rust_2018_idioms)]
33
#![deny(unused_imports)]
44
#![warn(unreachable_pub)]
5-
#![recursion_limit = "256"]
65
#![allow(clippy::match_like_matches_macro)]
76

87
#[macro_use]

0 commit comments

Comments
 (0)