Skip to content

Commit

Permalink
sd_journal_h.rs allow(clippy::all)
Browse files Browse the repository at this point in the history
Allow all clippy warnings and errors.

Currently clippy generates 159 warnings from this
file. It's a lot of work to change and would need to be redone
if this file is ever regenerated. So just disable all checks
(allow all warnings and errors).
  • Loading branch information
jtmoon79 committed Oct 21, 2023
1 parent a746b06 commit 487138f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/sd_journal_h.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//!
//! [`sd-journal.h`]: https://github.com/systemd/systemd/blob/v249/src/systemd/sd-journal.h
#![allow(clippy::all)]
#![allow(unused_variables)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
Expand Down

0 comments on commit 487138f

Please sign in to comment.