Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/flags.rs')
-rw-r--r--xtask/src/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/flags.rs b/xtask/src/flags.rs
index dd7bfd0bda..00fa3117b3 100644
--- a/xtask/src/flags.rs
+++ b/xtask/src/flags.rs
@@ -195,7 +195,7 @@ impl FromStr for CodegenType {
"grammar" => Ok(Self::Grammar),
"assists-doc-tests" => Ok(Self::AssistsDocTests),
"diagnostics-docs" => Ok(Self::DiagnosticsDocs),
- "lints-definitions" => Ok(Self::LintDefinitions),
+ "lint-definitions" => Ok(Self::LintDefinitions),
_ => Err("Invalid option".to_owned()),
}
}