Skip to content

Commit 284fd65

Browse files
committed
Satisfy the ELIDED_NAMED_LIFETIMES builtin lint.
1 parent 5460181 commit 284fd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl<'a> Entity {
8181
&self.name
8282
}
8383

84-
pub fn distinguished_name(&'a self) -> &Name {
84+
pub fn distinguished_name(&'a self) -> &'a Name {
8585
&self.distinguished_name
8686
}
8787
}

0 commit comments

Comments
 (0)