Skip to content

Commit e42b1a6

Browse files
authored
Merge pull request #65 from epage/template
chore: Update from _rust template
2 parents 8069536 + a90d6bd commit e42b1a6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

crates/completest-nu/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/).
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate

crates/completest-nu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include.workspace = true
1212

1313
[package.metadata.docs.rs]
1414
all-features = true
15-
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
15+
rustdoc-args = ["--generate-link-to-definition"]
1616

1717
[package.metadata.release]
1818
pre-release-replacements = [

crates/completest-nu/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! # }
1717
//! ```
1818
19-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
19+
#![cfg_attr(docsrs, feature(doc_cfg))]
2020
#![warn(missing_docs)]
2121
#![warn(clippy::print_stderr)]
2222
#![warn(clippy::print_stdout)]

crates/completest-pty/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/).
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate

crates/completest-pty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include.workspace = true
1212

1313
[package.metadata.docs.rs]
1414
all-features = true
15-
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
15+
rustdoc-args = ["--generate-link-to-definition"]
1616

1717
[package.metadata.release]
1818
pre-release-replacements = [

crates/completest-pty/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! # }
1717
//! ```
1818
19-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
19+
#![cfg_attr(docsrs, feature(doc_cfg))]
2020
#![warn(missing_docs)]
2121
#![warn(clippy::print_stderr)]
2222
#![warn(clippy::print_stdout)]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! - completest-pty
55
//! - completest-nu
66
7-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
7+
#![cfg_attr(docsrs, feature(doc_cfg))]
88
#![warn(clippy::print_stderr)]
99
#![warn(clippy::print_stdout)]
1010

0 commit comments

Comments
 (0)