blob: ea1655c19dfd1d4387851fc1dedbd0ff1662764c (
plain) (
blame)
1
2
3
4
5
6
|
[alias]
xtask = "run --package xtask --"
pxtask = "run --package xtask --features rayon --"
# Don't define the RUSTFLAGS link.x thing here: it messes
# up compilation of the usage examples.
|