Skip to content

Commit

Permalink
Merge pull request #308 from epage/rustbuild
Browse files Browse the repository at this point in the history
chore: Remove potentially unused rustbuild cfgs
  • Loading branch information
epage committed Feb 12, 2024
2 parents 38e1adb + 2f636ed commit 8c94cd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,6 @@
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// When compiled for the rustc compiler itself we want to make sure that this is
// an unstable crate
#![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
#![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
#![deny(missing_debug_implementations, missing_docs)]

mod logger;
Expand Down

0 comments on commit 8c94cd5

Please sign in to comment.