Skip to content

Commit

Permalink
disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Dec 4, 2024
1 parent 36cbd02 commit e558c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_sidecar/src/event_stream_server/event_indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub(super) struct EventIndexer {
}

impl EventIndexer {
#![allow(clippy::cognitive_complexity)]
pub(super) fn new(storage_path: PathBuf) -> Self {
fs::create_dir_all(&storage_path).unwrap_or_else(|err| {
error!("Failed to create directory for sse cache: {}", err);
Expand Down

0 comments on commit e558c5c

Please sign in to comment.