about summary refs log tree commit diff
path: root/crates/syntax/src/ast/generated.rs
AgeCommit message (Collapse)AuthorLines
2020-11-02Deny unreachable-pubAleksey Kladov-3/+3
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-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+41