Skip to content

Commit e84a8aa

Browse files
committed
feat: add miette for really user-friendly errors
1 parent e89b490 commit e84a8aa

File tree

23 files changed

+1194
-304
lines changed

23 files changed

+1194
-304
lines changed

.cargo/config.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[profile.rust]
2+
codegen-backend = "cranelift"
3+
4+
[target.x86_64-unknown-linux-gnu]
5+
rustflags = [
6+
"-C",
7+
"link-arg=-fuse-ld=mold",
8+
"--cfg",
9+
"tokio_unstable",
10+
"-Z",
11+
"threads=8",
12+
"-Z",
13+
"track-diagnostics",
14+
"--cfg",
15+
"web_sys_unstable_apis",
16+
]

.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 -p v_exchanges
42+
- run: cargo docs-rs
4343
timeout-minutes: 45
4444
rust-machete:
4545
name: Unused Dependencies

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
## Personal
1111
**/_*
12+
!**/__scripts/
1213
.local.sh
1314
[push]
1415
**/TODO.md

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/nix/store/g2jjz27hxkjby6ss1jpkgrigb6qxfilh-pre-commit-config.json
1+
/nix/store/fbp2hv9z31x1x1cgvsq3jg5j84fsq879-pre-commit-config.json

0 commit comments

Comments
 (0)