There was an error while loading. Please reload this page.
1 parent c1f539f commit 575ff15Copy full SHA for 575ff15
1 file changed
rust/ast-generator/templates/extractor.mustache
@@ -11,7 +11,7 @@ use ra_ap_syntax::ast::{
11
#[rustfmt::skip]
12
use ra_ap_syntax::{AstNode, ast};
13
14
-impl Translator<'_, '_> {
+impl Translator<'_> {
15
{{#enums}}
16
17
pub(crate) fn emit_{{snake_case_name}}(&mut self, node: &ast::{{ast_name}}) -> Option<Label<generated::{{name}}>> {
0 commit comments