rust/crates/base_db/src
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
..
cancellation.rs
change.rs Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
fixture.rs More type safety around names 2020-10-20 17:09:03 +02:00
input.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00