We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a6f63 commit d066eb0Copy full SHA for d066eb0
crates/build-rs/src/lib.rs
@@ -2,6 +2,8 @@
2
//! protocol. Cargo provides inputs to the build script by environment variable
3
//! and accepts commands by printing to stdout.
4
#![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
7
8
#[cfg(feature = "unstable")]
9
macro_rules! unstable {
0 commit comments