From 748e339f68a4b1bc259a7b84ba70c0488bc9451a Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Sun, 24 Aug 2025 12:07:42 -0400 Subject: [PATCH] Make clippy happy --- core/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib.rs b/core/lib.rs index aeffb58c5..f9f76fe91 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -1535,7 +1535,7 @@ impl Connection { { self.pager .borrow() - .checkpoint_shutdown(self.wal_auto_checkpoint_disabled.get()); + .checkpoint_shutdown(self.wal_auto_checkpoint_disabled.get())?; }; Ok(()) }