Skip to content

Commit 88244af

Browse files
committed
Make hidden lifetime explicit
1 parent 011da57 commit 88244af

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
@@ -258,7 +258,7 @@ impl Reclass {
258258
)
259259
}
260260

261-
fn render_exports(&self) -> Result<Exports> {
261+
fn render_exports(&self) -> Result<Exports<'_>> {
262262
Exports::new(self)
263263
}
264264

0 commit comments

Comments
 (0)