Skip to content

Commit

Permalink
note the lint that will help us
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 21, 2023
1 parent 204c0d8 commit e8e9720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tool/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Enable once https://github.com/rust-lang/rust/issues/89554 is stable
// #![deny(non_exhaustive_omitted_patterns)] // diplomat_core uses non_exhaustive a lot; we should never miss its patterns

pub mod c;
pub mod c2;
pub mod common;
Expand Down

0 comments on commit e8e9720

Please sign in to comment.