Skip to content

Commit b35fbac

Browse files
committed
clippy
1 parent 045c3af commit b35fbac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ impl Build {
203203
for f in &["lua.h", "luaconf.h", "lualib.h"] {
204204
fs::copy(vm_include_dir.join(f), include_dir.join(f)).unwrap();
205205
}
206+
#[allow(clippy::single_element_loop)]
206207
for f in &["luacode.h"] {
207208
fs::copy(compiler_include_dir.join(f), include_dir.join(f)).unwrap();
208209
}

0 commit comments

Comments
 (0)