Skip to content

Commit

Permalink
do not allow lint override
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 1, 2023
1 parent 3a9d46a commit 1b77ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mongodb_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::{
};

/// An error type for `MongoDBStore`.
#[allow(clippy::enum_variant_names)]
#[derive(thiserror::Error, Debug)]
pub enum MongoDBStoreError {
/// A variant to map to `mongodb::error::Error` errors.
Expand Down

0 comments on commit 1b77ee8

Please sign in to comment.