diff --git a/crates/completest-nu/CHANGELOG.md b/crates/completest-nu/CHANGELOG.md index eb96b2e..6fff6e6 100644 --- a/crates/completest-nu/CHANGELOG.md +++ b/crates/completest-nu/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +The format is based on [Keep a Changelog](https://keepachangelog.com/) +and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate diff --git a/crates/completest-nu/Cargo.toml b/crates/completest-nu/Cargo.toml index 98bbfa2..37e0e88 100644 --- a/crates/completest-nu/Cargo.toml +++ b/crates/completest-nu/Cargo.toml @@ -12,7 +12,7 @@ include.workspace = true [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] +rustdoc-args = ["--generate-link-to-definition"] [package.metadata.release] pre-release-replacements = [ diff --git a/crates/completest-nu/src/lib.rs b/crates/completest-nu/src/lib.rs index 599e238..bef017c 100644 --- a/crates/completest-nu/src/lib.rs +++ b/crates/completest-nu/src/lib.rs @@ -16,7 +16,7 @@ //! # } //! ``` -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn(missing_docs)] #![warn(clippy::print_stderr)] #![warn(clippy::print_stdout)] diff --git a/crates/completest-pty/CHANGELOG.md b/crates/completest-pty/CHANGELOG.md index eb46e3b..1a25b2b 100644 --- a/crates/completest-pty/CHANGELOG.md +++ b/crates/completest-pty/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). +The format is based on [Keep a Changelog](https://keepachangelog.com/) +and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] - ReleaseDate diff --git a/crates/completest-pty/Cargo.toml b/crates/completest-pty/Cargo.toml index 1118be3..46d1829 100644 --- a/crates/completest-pty/Cargo.toml +++ b/crates/completest-pty/Cargo.toml @@ -12,7 +12,7 @@ include.workspace = true [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] +rustdoc-args = ["--generate-link-to-definition"] [package.metadata.release] pre-release-replacements = [ diff --git a/crates/completest-pty/src/lib.rs b/crates/completest-pty/src/lib.rs index f1683ba..a2bbc57 100644 --- a/crates/completest-pty/src/lib.rs +++ b/crates/completest-pty/src/lib.rs @@ -16,7 +16,7 @@ //! # } //! ``` -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn(missing_docs)] #![warn(clippy::print_stderr)] #![warn(clippy::print_stdout)] diff --git a/src/lib.rs b/src/lib.rs index 6003bb7..80bfe11 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! - completest-pty //! - completest-nu -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn(clippy::print_stderr)] #![warn(clippy::print_stdout)]