Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 86b42e1

Browse files
author
Achim Schneider
committed
fix clippy
1 parent a1555f5 commit 86b42e1

File tree

1 file changed

+1
-1
lines changed
  • crates/generate-bindings/src

1 file changed

+1
-1
lines changed

crates/generate-bindings/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn main() -> std::io::Result<()> {
6666

6767
let path = Path::new(&target);
6868

69-
let buffer = File::create(&path)?;
69+
let buffer = File::create(path)?;
7070

7171
write_definition_file::<_, Api>(buffer, Default::default()).unwrap();
7272

0 commit comments

Comments
 (0)