Skip to content

Commit

Permalink
chore: allowed clippy::module_name_repetitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Oct 4, 2024
1 parent 2ee0aae commit 8022530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![doc = include_str!("../README.md")]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::missing_panics_doc)] // Fixed in Issue #163
#![allow(clippy::missing_panics_doc, clippy::module_name_repetitions)]
extern crate alloc;

pub mod base;
Expand Down

0 comments on commit 8022530

Please sign in to comment.