Skip to content

Commit 12af9ea

Browse files
committed
fix(libvnc-sys): #[allow(clippy::all)] in generated file
1 parent 0a48859 commit 12af9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvnc-sys/build.rs

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

0 commit comments

Comments
 (0)