Skip to content

Commit ab57281

Browse files
committed
treewide: remove unused docsrs stuff
I couldn't figure out why we need it at all. It seems to be a relic from earlier times. Also [0] doesn't provide any reason to keep it. [0] https://docs.rs/about/metadata
1 parent 8651810 commit ab57281

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

uefi-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ bitflags.workspace = true
2323
uguid.workspace = true
2424

2525
[package.metadata.docs.rs]
26-
rustdoc-args = ["--cfg", "docsrs"]
26+
all-features = true

uefi-raw/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! [`uefi`]: https://crates.io/crates/uefi
1212
1313
#![no_std]
14-
#![cfg_attr(docsrs, feature(doc_cfg))]
1514
#![deny(
1615
clippy::all,
1716
clippy::missing_const_for_fn,

uefi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ qemu-exit = { version = "3.0.2", optional = true }
4848

4949
[package.metadata.docs.rs]
5050
all-features = true
51-
rustdoc-args = ["--cfg", "docsrs"]

uefi/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
228228
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
229229
230-
#![cfg_attr(docsrs, feature(doc_cfg))]
231230
#![no_std]
232231
#![deny(
233232
clippy::all,

0 commit comments

Comments
 (0)