File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 name : modified-cargo-files
4141 - uses : dtolnay/install@cargo-docs-rs
42- - run : cargo docs-rs
42+ - run : cargo docs-rs -p v_exchanges
4343 timeout-minutes : 45
4444 rust-machete :
4545 name : Unused Dependencies
Original file line number Diff line number Diff line change 3030 langs = [ "rs" ] ;
3131 jobs = {
3232 default = true ;
33+ # not sure I like the `default`s option on the interface after this now {{{1
34+ warnings . exclude = [ "rust-doc" ] ;
35+ warnings . augment = [ { name = "rust-doc" ; args = { package = "v_exchanges" ; } ; } ] ;
36+ #,}}}1
3337 } ;
3438 } ;
3539 readme = v-utils . readme-fw { inherit pkgs pname ; defaults = true ; lastSupportedVersion = "nightly-1.92" ; rootDir = ./. ; badges = [ "msrv" "crates_io" "docs_rs" "loc" "ci" ] ; } ;
You can’t perform that action at this time.
0 commit comments