Skip to content

Commit

Permalink
chore: Silence clippy for intregration
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 6, 2024
1 parent d3b0452 commit 110071e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/build-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//! protocol. Cargo provides inputs to the build script by environment variable
//! and accepts commands by printing to stdout.
#![cfg_attr(all(doc, feature = "unstable"), feature(doc_auto_cfg, doc_cfg))]
#![allow(clippy::disallowed_methods)] // HACK: deferred resoling this
#![allow(clippy::print_stdout)] // HACK: deferred resoling this

#[cfg(feature = "unstable")]
macro_rules! unstable {
Expand Down

0 comments on commit 110071e

Please sign in to comment.