Skip to content

Commit

Permalink
Placate some clippy errors in snapshot (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth authored Aug 20, 2024
1 parent 9ea5a2f commit 9e178bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/snapshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
//! - Transforming a [`ReconstructedSnapshot`] into a live Spacetime datastore.
// TODO(docs): consider making the snapshot proposal public and either linking or pasting it here.

#![allow(clippy::result_large_err)]

use spacetimedb_durability::TxOffset;
use spacetimedb_fs_utils::{
dir_trie::{o_excl, o_rdonly, CountCreated, DirTrie},
Expand Down

2 comments on commit 9e178bd

@github-actions
Copy link

@github-actions github-actions bot commented on 9e178bd Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

@github-actions
Copy link

@github-actions github-actions bot commented on 9e178bd Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

Please sign in to comment.