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 9303b0c commit 2f636edCopy full SHA for 2f636ed
src/lib.rs
@@ -269,10 +269,6 @@
269
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico"
270
)]
271
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
272
-// When compiled for the rustc compiler itself we want to make sure that this is
273
-// an unstable crate
274
-#![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
275
-#![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
276
#![deny(missing_debug_implementations, missing_docs)]
277
278
mod logger;
0 commit comments