Fix clippy lint
This commit is contained in:
parent
29cff9683c
commit
96d0e6944e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue