Skip to content

Commit d7db62f

Browse files
committed
fix clippy warning
1 parent d362b3e commit d7db62f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

primitives/src/channel_validator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use crate::channel::{Channel, ChannelError, SpecValidator, SpecValidators};
22
use crate::config::Config;
33
use crate::ValidatorId;
44
use chrono::Utc;
5-
use std::convert::TryFrom;
65

76
pub trait ChannelValidator {
87
fn is_channel_valid(

0 commit comments

Comments
 (0)