Skip to content

Commit 8c94cd5

Browse files
authored
Merge pull request #308 from epage/rustbuild
chore: Remove potentially unused rustbuild cfgs
2 parents 38e1adb + 2f636ed commit 8c94cd5

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)