rust/xtask
Aleksey Kladov b610118453 Deny unreachable-pub
It's very useful when `pub` is equivalent to "this is crate's public
API", let's enforce this!

Ideally, we should enforce it for local `cargo test`, and only during
CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
2020-11-02 14:07:08 +01:00
..
src Deny unreachable-pub 2020-11-02 14:07:08 +01:00
tests add completions for clippy lint in attributes 2020-10-20 21:29:31 +02:00
Cargo.toml Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00