File tree Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 3838 rust : ["stable"]
3939 continue-on-error : ${{ matrix.rust != 'stable' }}
4040 runs-on : ${{ matrix.os }}
41+ env :
42+ # Reduce amount of data cached
43+ CARGO_PROFILE_DEV_DEBUG : line-tables-only
4144 steps :
4245 - name : Checkout repository
4346 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2828 rust : " nightly"
2929 continue-on-error : ${{ matrix.rust != 'stable' }}
3030 runs-on : ${{ matrix.os }}
31+ env :
32+ # Reduce amount of data cached
33+ CARGO_PROFILE_DEV_DEBUG : line-tables-only
3134 steps :
3235 - name : Checkout repository
3336 uses : actions/checkout@v4
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 @@ -113,7 +113,7 @@ include.workspace = true
113113
114114[package .metadata .docs .rs ]
115115all-features = true
116- rustdoc-args = [" --cfg " , " docsrs " , " -- generate-link-to-definition" ]
116+ rustdoc-args = [" --generate-link-to-definition" ]
117117
118118[package .metadata .release ]
119119pre-release-replacements = [
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 @@ -14,7 +14,7 @@ include.workspace = true
1414
1515[package .metadata .docs .rs ]
1616all-features = true
17- rustdoc-args = [" --cfg " , " docsrs " ]
17+ rustdoc-args = [" --generate-link-to-definition " ]
1818
1919[package .metadata .release ]
2020pre-release-replacements = [
Original file line number Diff line number Diff line change 3737//! let logger = env_filter::FilteredLog::new(PrintLogger, builder.build());
3838//! ```
3939
40- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
40+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
4141#![ warn( missing_docs) ]
4242#![ warn( clippy:: print_stderr) ]
4343#![ warn( clippy:: print_stdout) ]
Original file line number Diff line number Diff line change @@ -91,10 +91,12 @@ allow = [
9191 " BSD-3-Clause" ,
9292 " MPL-2.0" ,
9393 " Unicode-DFS-2016" ,
94+ " Unicode-3.0" ,
9495 " CC0-1.0" ,
9596 " ISC" ,
9697 " OpenSSL" ,
9798 " Zlib" ,
99+ " NCSA" ,
98100]
99101# The confidence threshold for detecting a license from license text.
100102# The higher the value, the more closely the license text must be to the
Original file line number Diff line number Diff line change 278278//! [level-enum]: https://docs.rs/log/latest/log/enum.Level.html
279279//! [log-crate-url]: https://docs.rs/log
280280
281- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
281+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
282282#![ warn( clippy:: print_stderr) ]
283283#![ warn( clippy:: print_stdout) ]
284284
You can’t perform that action at this time.
0 commit comments