Skip to content

Commit 0a48859

Browse files
committed
chore: fix #![allow(clippy::all)] is not working correctly in windows ci workflow
1 parent 822396d commit 0a48859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvnc-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ fn bindgen_vncserver() {
8989
.header(rfb_header)
9090
.header(rfbclient_header)
9191
.use_core()
92+
.raw_line("#![allow(clippy::all)]")
9293
.clang_args([
9394
format!("-I{}/{}", dst.display(), "include"),
9495
#[cfg(target_os = "windows")]

0 commit comments

Comments
 (0)