Skip to content

Commit 5ad36cb

Browse files
committed
Add omitted trailing comma
1 parent 8ea9672 commit 5ad36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ fn check_crate_inner<F>(cm: &CodeMap, span_handler: &SpanHandler,
868868
declared_stable_lang_features: accepted_features,
869869
declared_lib_features: unknown_features,
870870
const_fn: cx.has_feature("const_fn"),
871-
static_recursion: cx.has_feature("static_recursion")
871+
static_recursion: cx.has_feature("static_recursion"),
872872
default_type_parameter_fallback: cx.has_feature("default_type_parameter_fallback"),
873873
}
874874
}

0 commit comments

Comments
 (0)