Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
else this will fail to find `menu` lib: $ nix-shell $ cargo test --features=menu unless you'd do it like this: $ RUSTFLAGS='-l menu' cargo test --features=menu This was true even before PR jeaye#218
- Loading branch information