fix clippy warnings
This commit is contained in:
parent
999d5d9d23
commit
65dfd3136c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use crate::result::*;
|
||||||
const UNINITIALIZED_MODE_MAX_BUFFER_SIZE: usize = 200;
|
const UNINITIALIZED_MODE_MAX_BUFFER_SIZE: usize = 200;
|
||||||
|
|
||||||
/// Channel modes supported by sonic search backend.
|
/// Channel modes supported by sonic search backend.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
pub enum ChannelMode {
|
pub enum ChannelMode {
|
||||||
/// Sonic server search channel mode.
|
/// Sonic server search channel mode.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue