Drop Error suffix from enum values to avoid the enum_variant_names clippy lint
This commit is contained in:
committed by
mergify[bot]
parent
2b39eb6412
commit
4a12c715a3
@ -244,6 +244,7 @@ pub struct RowFilter {
|
||||
pub filter: ::core::option::Option<row_filter::Filter>,
|
||||
}
|
||||
/// Nested message and enum types in `RowFilter`.
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
pub mod row_filter {
|
||||
/// A RowFilter which sends rows through several RowFilters in sequence.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
|
Reference in New Issue
Block a user