Skip to content

Commit

Permalink
clippy clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Oct 25, 2023
1 parent 564f44b commit 396fdda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sled-agent/src/bootstrap/bootstore_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
//! Helpers for configuring and starting the bootstore during bootstrap agent
//! startup.
#![allow(clippy::result_large_err)]

use super::config::BOOTSTORE_PORT;
use super::server::StartError;
use bootstore::schemes::v0 as bootstore;
Expand Down

0 comments on commit 396fdda

Please sign in to comment.