rust-analyzer/.github/workflows
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
..
ci.yaml Deny unreachable-pub 2020-11-02 14:07:08 +01:00
metrics.yaml Deny unreachable-pub 2020-11-02 14:07:08 +01:00
publish.yml Don't publish every day and do it only for release 2020-08-31 17:35:26 +02:00
release.yaml Deny unreachable-pub 2020-11-02 14:07:08 +01:00
rustdoc.yaml Deny unreachable-pub 2020-11-02 14:07:08 +01:00