We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f31a040 + 810f30e commit 27edbafCopy full SHA for 27edbaf
rust/ruby-prism-sys/src/lib.rs
@@ -26,6 +26,7 @@
26
#[allow(non_upper_case_globals)]
27
#[allow(unused_qualifications)]
28
#[allow(clippy::missing_const_for_fn)]
29
+#[allow(clippy::use_self)]
30
mod bindings {
31
// In `build.rs`, we use `bindgen` to generate bindings based on C headers
32
// and `libprism`. Here is where we pull in those bindings and make
0 commit comments