Skip to content

Commit 2f636ed

Browse files
committed
chore: Remove potentially unused rustbuild cfgs
See rust-lang/cargo#10554 (comment)
1 parent 9303b0c commit 2f636ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@
269269
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico"
270270
)]
271271
#![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"))]
276272
#![deny(missing_debug_implementations, missing_docs)]
277273

278274
mod logger;

0 commit comments

Comments
 (0)