fix clippy warnings

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-09 15:57:53 +03:00
parent 999d5d9d23
commit 65dfd3136c
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use crate::result::*;
const UNINITIALIZED_MODE_MAX_BUFFER_SIZE: usize = 200;
/// Channel modes supported by sonic search backend.
#[derive(Debug, Clone, Copy, PartialEq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ChannelMode {
/// Sonic server search channel mode.
///