Skip to content

Commit

Permalink
Allow not using the matches! macro more broadly to cover all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 1, 2021
1 parent 6064134 commit f0c4faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-disk/src/lib.rs
Expand Up @@ -21,7 +21,7 @@
unused_import_braces,
unused_results
)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::missing_safety_doc, clippy::match_like_matches_macro)]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod os;
Expand Down

0 comments on commit f0c4faa

Please sign in to comment.