Skip to content

Commit 2f6a16f

Browse files
committed
fixup! feat: add miette for really user-friendly errors
1 parent e84a8aa commit 2f6a16f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/warnings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
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" ]; };

0 commit comments

Comments
 (0)