We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3168e commit 331cc83Copy full SHA for 331cc83
1 file changed
.github/workflows/docs.yml
@@ -50,6 +50,10 @@ jobs:
50
find ~/.cargo/registry/src -name "lib.rs" -path "*/rand_core-*/src/lib.rs" -exec \
51
sed -i 's/doc_auto_cfg/doc_cfg/g' {} \; || true
52
53
+ # Patch socket2 crate
54
+ find ~/.cargo/registry/src -name "lib.rs" -path "*/socket2-*/src/lib.rs" -exec \
55
+ sed -i 's/doc_auto_cfg/doc_cfg/g' {} \; || true
56
+
57
- env:
58
RUSTFLAGS: --cfg docsrs
59
RUSTDOCFLAGS: --cfg docsrs
0 commit comments