Skip to content

Commit 01de78a

Browse files
committed
Merge branch 'docsrs' into 'main'
Don't need to tell docs.rs to enable `docsrs` cfg. It does it automatically as of rust-lang/docs.rs#2390 (comment) While this change isn't in our MSRV yet, we were only using this when building for docs.rs, where we use the latest anyway. See merge request tpo/core/arti!2308
2 parents 91db4e2 + 9efdcf7 commit 01de78a

File tree

40 files changed

+0
-40
lines changed

40 files changed

+0
-40
lines changed

crates/arti-bench/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
3737
full = ["arti/full", "arti-client/full", "fs-mistrust/full", "tor-config/full", "tor-rtcompat/full"]
3838
[package.metadata.docs.rs]
3939
all-features = true
40-
rustdoc-args = ["--cfg", "docsrs"]

crates/arti-client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,3 @@ tracing-subscriber = "0.3.0"
177177

178178
[package.metadata.docs.rs]
179179
all-features = true
180-
rustdoc-args = ["--cfg", "docsrs"]

crates/arti-config/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
1313
publish = false
1414
[package.metadata.docs.rs]
1515
all-features = true
16-
rustdoc-args = ["--cfg", "docsrs"]
1716

1817
[dependencies]
1918

crates/arti-relay/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ full = []
2121

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

crates/arti-rpc-client-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ ffi = ["c_str_macro", "paste"]
3636

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

crates/arti-testing/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ tracing = "0.1.36"
4545
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
4646
[package.metadata.docs.rs]
4747
all-features = true
48-
rustdoc-args = ["--cfg", "docsrs"]

crates/arti/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,3 @@ trycmd = "0.15.4"
148148
winapi = { version = "0.3.8", features = ["winerror"] }
149149
[package.metadata.docs.rs]
150150
all-features = true
151-
rustdoc-args = ["--cfg", "docsrs"]

crates/caret/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
1717
full = []
1818
[package.metadata.docs.rs]
1919
all-features = true
20-
rustdoc-args = ["--cfg", "docsrs"]

crates/fs-mistrust/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ tempfile = "3"
3838
toml = "0.8.8"
3939
[package.metadata.docs.rs]
4040
all-features = true
41-
rustdoc-args = ["--cfg", "docsrs"]

crates/fslock-guard/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ version = "^0.3.8"
2727

2828
[package.metadata.docs.rs]
2929
all-features = true
30-
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)