Skip to content

Commit 27edbaf

Browse files
authored
Merge pull request #3801 from Earlopain/fix-rust-lint
2 parents f31a040 + 810f30e commit 27edbaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/ruby-prism-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#[allow(non_upper_case_globals)]
2727
#[allow(unused_qualifications)]
2828
#[allow(clippy::missing_const_for_fn)]
29+
#[allow(clippy::use_self)]
2930
mod bindings {
3031
// In `build.rs`, we use `bindgen` to generate bindings based on C headers
3132
// and `libprism`. Here is where we pull in those bindings and make

0 commit comments

Comments
 (0)