Skip to content

Commit 96fbbc0

Browse files
committed
Make hidden lifetime explicit
1 parent 8dcd574 commit 96fbbc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ impl Reclass {
255255
)
256256
}
257257

258-
fn render_exports(&self) -> Result<Exports> {
258+
fn render_exports(&self) -> Result<Exports<'_>> {
259259
Exports::new(self)
260260
}
261261

0 commit comments

Comments
 (0)