From 9e178bd7723dcc4f9aaaca738af63dada9992a3e Mon Sep 17 00:00:00 2001 From: james gilles Date: Tue, 20 Aug 2024 12:44:19 -0400 Subject: [PATCH] Placate some clippy errors in `snapshot` (#1611) --- crates/snapshot/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/snapshot/src/lib.rs b/crates/snapshot/src/lib.rs index 82683353d4..a9162854f3 100644 --- a/crates/snapshot/src/lib.rs +++ b/crates/snapshot/src/lib.rs @@ -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},