Skip to content

Commit d066eb0

Browse files
committed
chore: Silence clippy for intregration
1 parent 15a6f63 commit d066eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/build-rs/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//! protocol. Cargo provides inputs to the build script by environment variable
33
//! and accepts commands by printing to stdout.
44
#![cfg_attr(all(doc, feature = "unstable"), feature(doc_auto_cfg, doc_cfg))]
5+
#![allow(clippy::disallowed_methods)] // HACK: deferred resoling this
6+
#![allow(clippy::print_stdout)] // HACK: deferred resoling this
57

68
#[cfg(feature = "unstable")]
79
macro_rules! unstable {

0 commit comments

Comments
 (0)