File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include.workspace = true
1212
1313[package .metadata .docs .rs ]
1414all-features = true
15- rustdoc-args = [" --cfg " , " docsrs " , " -- generate-link-to-definition" ]
15+ rustdoc-args = [" --generate-link-to-definition" ]
1616
1717[package .metadata .release ]
1818pre-release-replacements = [
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include.workspace = true
1212
1313[package .metadata .docs .rs ]
1414all-features = true
15- rustdoc-args = [" --cfg " , " docsrs " , " -- generate-link-to-definition" ]
15+ rustdoc-args = [" --generate-link-to-definition" ]
1616
1717[package .metadata .release ]
1818pre-release-replacements = [
Original file line number Diff line number Diff line change 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) ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments