We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo check
1 parent 414eddb commit 700700bCopy full SHA for 700700b
crates/markdown/src/lib.rs
@@ -235,7 +235,7 @@ impl WorldGenerator for Markdown {
235
}
236
237
impl Markdown {
238
- fn interface<'a>(&'a mut self, resolve: &'a Resolve) -> InterfaceGenerator<'_> {
+ fn interface<'a>(&'a mut self, resolve: &'a Resolve) -> InterfaceGenerator<'a> {
239
InterfaceGenerator {
240
gen: self,
241
resolve,
0 commit comments