From 96d0e6944e052019ca4b0a284c456d30d9bfdb79 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 7 Dec 2024 12:05:49 +0000 Subject: [PATCH] Fix clippy lint --- src/pczt/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pczt/updater.rs b/src/pczt/updater.rs index 7ed8435..2f05998 100644 --- a/src/pczt/updater.rs +++ b/src/pczt/updater.rs @@ -18,7 +18,7 @@ pub struct Updater<'a>(&'a mut Bundle); impl<'a> Updater<'a> { /// Provides read access to the bundle being updated. pub fn bundle(&self) -> &Bundle { - &self.0 + self.0 } /// Updates the spend at the given index with information provided in the given