Skip to content

Commit d6d2cac

Browse files
committed
Remove redundant lifetimes
1 parent c742b90 commit d6d2cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ macro_rules! ri_maybe_ref {
388388
}
389389
}
390390

391-
impl<'i, 'o, T: Bos<str>> $Ty<T> {
391+
impl<T: Bos<str>> $Ty<T> {
392392
$(
393393
#[doc = concat!("Resolves the ", $name, " against the given base ", $nr_name)]
394394
#[doc = concat!("and returns the target ", $nr_name, ".")]

0 commit comments

Comments
 (0)