Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit f079f25

Browse files
committed
Temporarily remove docsrs feature
1 parent afc027a commit f079f25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: cargo fmt --check
3535
- name: Run cargo doc
3636
run: cargo doc --all-features
37-
env:
38-
RUSTDOCFLAGS: --cfg docsrs
37+
#env:
38+
# RUSTDOCFLAGS: --cfg docsrs
3939
test:
4040
name: Test
4141
runs-on: ubuntu-latest

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![cfg_attr(not(any(doc, feature = "std", test)), no_std)]
2-
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg), deny(rustdoc::all))]
2+
#![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::all))]
33
#![cfg_attr(
44
feature = "nightly",
55
feature(never_type, fn_traits, tuple_trait, unboxed_closures)

0 commit comments

Comments
 (0)