Skip to content

Commit 7321518

Browse files
committed
Remove no longer needed rust_build attributes
1 parent 0c54d7d commit 7321518

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib.rs

-9
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@
9999
)]
100100
#![deny(missing_docs)]
101101
#![cfg_attr(test, deny(warnings))]
102-
#![cfg_attr(rust_build, feature(staged_api))]
103-
#![cfg_attr(rust_build, staged_api)]
104-
#![cfg_attr(
105-
rust_build,
106-
unstable(
107-
feature = "rustc_private",
108-
reason = "use the crates.io `getopts` library instead"
109-
)
110-
)]
111102

112103
#[cfg(test)]
113104
#[macro_use]

0 commit comments

Comments
 (0)