rust/.cargo/config.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
365 B
TOML
Raw Normal View History

2018-02-03 03:51:06 -06:00
[alias]
2019-10-17 11:36:55 -05:00
xtask = "run --package xtask --bin xtask --"
2019-11-17 09:26:52 -06:00
tq = "test -- -q"
2019-11-20 13:03:09 -06:00
qt = "tq"
lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"
2020-08-19 13:06:04 -05:00
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }