Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Oct 20, 2024
1 parent 16b89f9 commit 9523c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agdb/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ use crate::{
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))]
#[derive(Debug, PartialEq)]
#[expect(clippy::large_enum_variant)]
pub enum QueryType {
InsertAlias(InsertAliasesQuery),
InsertEdges(InsertEdgesQuery),
Expand Down

0 comments on commit 9523c8c

Please sign in to comment.