Skip to content

Commit 700700b

Browse files
committed
address cargo check lifetime warning
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 414eddb commit 700700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/markdown/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl WorldGenerator for Markdown {
235235
}
236236

237237
impl Markdown {
238-
fn interface<'a>(&'a mut self, resolve: &'a Resolve) -> InterfaceGenerator<'_> {
238+
fn interface<'a>(&'a mut self, resolve: &'a Resolve) -> InterfaceGenerator<'a> {
239239
InterfaceGenerator {
240240
gen: self,
241241
resolve,

0 commit comments

Comments
 (0)