Fix clippy lint

This commit is contained in:
Jack Grigg 2024-12-07 12:05:49 +00:00
parent 29cff9683c
commit 96d0e6944e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pub struct Updater<'a>(&'a mut Bundle);
impl<'a> Updater<'a> { impl<'a> Updater<'a> {
/// Provides read access to the bundle being updated. /// Provides read access to the bundle being updated.
pub fn bundle(&self) -> &Bundle { pub fn bundle(&self) -> &Bundle {
&self.0 self.0
} }
/// Updates the spend at the given index with information provided in the given /// Updates the spend at the given index with information provided in the given