Skip to content

Commit

Permalink
Remove unknown-on-stable clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 22, 2020
1 parent 1811066 commit 4906184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#![allow(clippy::match_like_matches_macro)]

#[macro_use]
extern crate log;
extern crate proc_macro2;
Expand Down

0 comments on commit 4906184

Please sign in to comment.