Skip to content

Commit 6fbdc17

Browse files
authored
Remove explicit passing of the docsrs configuration flag (#1811)
The flag is passed automatically by docs.rs.
1 parent c48ea2a commit 6fbdc17

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

aead/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ rand_core = ["crypto-common/rand_core"]
3434

3535
[package.metadata.docs.rs]
3636
all-features = true
37-
rustdoc-args = ["--cfg", "docsrs"]

async-signature/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ rand_core = ["signature/rand_core"]
2222

2323
[package.metadata.docs.rs]
2424
all-features = true
25-
rustdoc-args = ["--cfg", "docsrs"]

cipher/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ zeroize = ["dep:zeroize", "crypto-common/zeroize"]
3131

3232
[package.metadata.docs.rs]
3333
all-features = true
34-
rustdoc-args = ["--cfg", "docsrs"]

crypto-common/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ zeroize = ["hybrid-array/zeroize"]
2525

2626
[package.metadata.docs.rs]
2727
all-features = true
28-
rustdoc-args = ["--cfg", "docsrs"]

crypto/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ rand_core = ["crypto-common/rand_core"]
3434

3535
[package.metadata.docs.rs]
3636
all-features = true
37-
rustdoc-args = ["--cfg", "docsrs"]

digest/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ dev = ["blobby"]
3535

3636
[package.metadata.docs.rs]
3737
all-features = true
38-
rustdoc-args = ["--cfg", "docsrs"]

elliptic-curve/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ voprf = ["digest"]
7474

7575
[package.metadata.docs.rs]
7676
features = ["bits", "ecdh", "hash2curve", "jwk", "pem", "std", "voprf"]
77-
rustdoc-args = ["--cfg", "docsrs"]

kem/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ zeroize = { version = "1.7", default-features = false }
1818

1919
[package.metadata.docs.rs]
2020
all-features = true
21-
rustdoc-args = ["--cfg", "docsrs"]
2221

2322
[lib]
2423
doctest = false

password-hash/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ alloc = ["base64ct/alloc"]
3131

3232
[package.metadata.docs.rs]
3333
all-features = true
34-
rustdoc-args = ["--cfg", "docsrs"]

signature/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ rand_core = ["dep:rand_core"]
2929

3030
[package.metadata.docs.rs]
3131
all-features = true
32-
rustdoc-args = ["--cfg", "docsrs"]

universal-hash/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ subtle = { version = "2.4", default-features = false }
1818

1919
[package.metadata.docs.rs]
2020
all-features = true
21-
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)