Skip to content

Commit

Permalink
Deny in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Nov 1, 2023
1 parent 5949000 commit 2fdc51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sml-syntax/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Generating Rust code from the ungrammar.

#![deny(clippy::pedantic, missing_debug_implementations, missing_docs, rust_2018_idioms)]

use fast_hash::{map, FxHashMap};

fn main() {
Expand Down

0 comments on commit 2fdc51d

Please sign in to comment.