mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +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
|
||||
//! 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user