mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-20 11:55:48 +00:00
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. |
||
|---|---|---|
| .. | ||
| ast | ||
| parsing | ||
| validation | ||
| algo.rs | ||
| ast.rs | ||
| display.rs | ||
| fuzz.rs | ||
| lib.rs | ||
| parsing.rs | ||
| ptr.rs | ||
| syntax_error.rs | ||
| syntax_node.rs | ||
| tests.rs | ||
| validation.rs | ||