Skip to content

Commit

Permalink
chore: use vlayer rust configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pik694 committed Sep 18, 2024
1 parent b1d4e62 commit 29256ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
lint = "clippy --workspace --all-targets --all-features -- -Dwarnings"
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow-unwrap-in-tests = true
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.80"
components = ["rustfmt", "rust-src", "rust-analyzer", "clippy"]
profile = "minimal"

0 comments on commit 29256ae

Please sign in to comment.