fix(ci): allow non_local_definitions on false positives (#6790)

This commit is contained in:
Alexey Shekhirin
2024-02-26 12:20:08 +00:00
committed by GitHub
parent be6d505745
commit 4fe0f27974
7 changed files with 17 additions and 3 deletions

View File

@ -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;