chore: run linter and fix formatting
This commit is contained in:
parent
3b3a7ce15e
commit
73921db5f9
7 changed files with 8 additions and 6 deletions
|
|
@ -358,6 +358,8 @@ impl ExprBuilder {
|
|||
|
||||
#[cfg(any(test, feature = "arbitrary"))]
|
||||
pub mod arbitrary {
|
||||
#![allow(clippy::arc_with_non_send_sync)]
|
||||
|
||||
//! Helper functions to generate arbitrary expressions using [`mod@proptest`].
|
||||
use proptest::prelude::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue