mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(ci): allow non_local_definitions on false positives (#6790)
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
//!
|
||||
//! TODO(onbjerg): Find appropriate format for this...
|
||||
|
||||
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
|
||||
#![allow(unknown_lints, non_local_definitions)]
|
||||
|
||||
pub mod codecs;
|
||||
pub mod models;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user