Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Apr 24, 2024
1 parent aeea7c2 commit 59b58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,7 @@ pub fn write_source_code<P: AsRef<Path>>(vk_headers_dir: &Path, src_dir: P) {
let mut extension_cmds = Vec::<TokenStream>::new();
for ext in extensions.iter() {
let cmds = generate_extension_commands(
&ext,
ext,
&commands,
&cmd_aliases,
&mut fn_cache,
Expand Down

0 comments on commit 59b58a9

Please sign in to comment.