Skip to content

Commit

Permalink
Allow all clippy lints on generated uniffi code
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 24, 2024
1 parent 425ab80 commit b638272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glean-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,8 @@ pub fn glean_enable_logging_to_fd(_fd: u64) {
}

#[allow(missing_docs)]
// uniffi-generated code should not be checked.
#[allow(clippy::all)]
mod ffi {
use super::*;
uniffi::include_scaffolding!("glean");
Expand Down

0 comments on commit b638272

Please sign in to comment.