rust-analyzer/xtask/src/codegen
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
..
gen_assists_docs.rs Use xshell::read_file instead of fs::read_to_string 2020-10-19 20:58:32 +03:00
gen_diagnostic_docs.rs Use xshell::read_file instead of fs::read_to_string 2020-10-19 20:58:32 +03:00
gen_feature_docs.rs Use xshell::read_file instead of fs::read_to_string 2020-10-19 20:58:32 +03:00
gen_features.rs Switch from not_bash to xshell 2020-10-17 02:42:42 +02:00
gen_lint_completions.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
gen_parser_tests.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
gen_syntax.rs Improve compile time a tiny bit 2020-10-16 19:47:47 +02:00