Skip to content

Commit 2fd8488

Browse files
committed
fix
1 parent 57472ab commit 2fd8488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl Error {
6262

6363
pub type Result<T> = result::Result<T, Error>;
6464

65-
#[allow(clippy::too_many_arguments)
65+
#[allow(clippy::too_many_arguments)]
6666
pub fn gen(
6767
openapi_specs: Vec<OpenAPI>,
6868
target: &Path,

0 commit comments

Comments
 (0)