We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a48859 commit 12af9eaCopy full SHA for 12af9ea
libvnc-sys/build.rs
@@ -89,7 +89,7 @@ fn bindgen_vncserver() {
89
.header(rfb_header)
90
.header(rfbclient_header)
91
.use_core()
92
- .raw_line("#![allow(clippy::all)]")
+ .raw_line("#[allow(clippy::all)]")
93
.clang_args([
94
format!("-I{}/{}", dst.display(), "include"),
95
#[cfg(target_os = "windows")]
0 commit comments