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.
1 parent 57472ab commit 2fd8488Copy full SHA for 2fd8488
src/lib.rs
@@ -62,7 +62,7 @@ impl Error {
62
63
pub type Result<T> = result::Result<T, Error>;
64
65
-#[allow(clippy::too_many_arguments)
+#[allow(clippy::too_many_arguments)]
66
pub fn gen(
67
openapi_specs: Vec<OpenAPI>,
68
target: &Path,
0 commit comments