Skip to content

Commit

Permalink
Chore: remove unused import use *::None
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 21, 2024
1 parent c13e14c commit bad06bc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion openraft/src/testing/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::collections::BTreeSet;
use std::fmt::Debug;
use std::future::Future;
use std::marker::PhantomData;
use std::option::Option::None;
use std::time::Duration;

use anyerror::AnyError;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;
use std::time::Duration;

Expand Down
1 change: 0 additions & 1 deletion tests/tests/snapshot_building/t10_build_snapshot.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;
use std::time::Duration;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;
use std::time::Duration;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;
use std::time::Duration;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;
use std::time::Duration;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::option::Option::None;
use std::sync::Arc;

use anyhow::Result;
Expand Down

0 comments on commit bad06bc

Please sign in to comment.