Browse Source

Allow(deprecated) to avoid needlessly breaking the Rust ecosystem

wasi
Matt Corallo 6 years ago
parent
commit
5f0a3e6ba8
  1. 1
      src/lib.rs

1
src/lib.rs

@ -55,6 +55,7 @@
#![doc(html_root_url = "https://docs.rs/cc/1.0")]
#![cfg_attr(test, deny(warnings))]
#![allow(deprecated)]
#![deny(missing_docs)]
#[cfg(feature = "parallel")]

Loading…
Cancel
Save