rust/crates/syntax/src/ast
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
..
generated ⬆️ crates 2020-08-27 19:06:00 +02:00
edit.rs Minor clippy performance suggestions 2020-09-30 15:22:49 -04:00
expr_ext.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
generated.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
make.rs Properly qualify trait methods in qualify_path assist 2020-10-15 18:31:33 +02:00
node_ext.rs correct hover for items with doc attribute with raw strings 2020-10-23 19:36:30 -07:00
token_ext.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
traits.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00