mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
chore: Silence clippy for intregration
This commit is contained in:
parent
54660c665e
commit
82a912a2ee
@ -2,6 +2,8 @@
|
|||||||
//! protocol. Cargo provides inputs to the build script by environment variable
|
//! protocol. Cargo provides inputs to the build script by environment variable
|
||||||
//! and accepts commands by printing to stdout.
|
//! and accepts commands by printing to stdout.
|
||||||
#![cfg_attr(all(doc, feature = "unstable"), feature(doc_auto_cfg, doc_cfg))]
|
#![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")]
|
#[cfg(feature = "unstable")]
|
||||||
macro_rules! unstable {
|
macro_rules! unstable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user