diff --git a/src/util/psbt/map/output.rs b/src/util/psbt/map/output.rs index 75024551..57d5a57a 100644 --- a/src/util/psbt/map/output.rs +++ b/src/util/psbt/map/output.rs @@ -168,7 +168,7 @@ impl TapTree { self.0.clone() } - /// Returns [`TapTreeIter`] iterator for a taproot script tree, operating in DFS order over + /// Returns [`TapTreeIter<'_>`] iterator for a taproot script tree, operating in DFS order over /// tree [`ScriptLeaf`]s. pub fn script_leaves(&self) -> TapTreeIter { match (self.0.branch().len(), self.0.branch().last()) {