mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 02:04:22 +01:00
fix clippy warning
This commit is contained in:
@@ -41,11 +41,7 @@ impl Arbitrary for Column {
|
||||
|
||||
impl Arbitrary for ColumnType {
|
||||
fn arbitrary<R: Rng>(rng: &mut R) -> Self {
|
||||
pick(
|
||||
&vec![Self::Integer, Self::Float, Self::Text, Self::Blob],
|
||||
rng,
|
||||
)
|
||||
.to_owned()
|
||||
pick(&[Self::Integer, Self::Float, Self::Text, Self::Blob], rng).to_owned()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user