diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 79391d9e674c1..c059134276829 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -62,8 +62,6 @@ jobs: RUSTDOCFLAGS: -Zunstable-options --cfg=docsrs --generate-link-to-definition --html-after-content docs-rs/trait-tags.html run: | cargo doc \ - -Zunstable-options \ - -Zrustdoc-scrape-examples \ --all-features \ --workspace \ --no-deps \ diff --git a/Cargo.toml b/Cargo.toml index 61d0d5a580a80..c249d71a0f267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4691,7 +4691,6 @@ rustdoc-args = [ "docs-rs/trait-tags.html", ] all-features = true -cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] [[example]] name = "monitor_info"