Skip to content

Commit a1b5b43

Browse files
committed
fix clippy
1 parent b53d486 commit a1b5b43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/tests/test_write_resiliency.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// #[cfg(feature = "integration-test")]
2-
// #[cfg(feature = "integration-test")]
1+
#[cfg(feature = "integration-test")]
32
mod test {
43

54
use std::{
@@ -83,7 +82,7 @@ mod test {
8382
"ALWAYS".to_string(),
8483
);
8584

86-
for (i, client) in vec![
85+
for (i, client) in [
8786
Client::default(),
8887
Client::default_with_config(replace_dn_on_failure_conf).unwrap(),
8988
]

0 commit comments

Comments
 (0)