aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_api/src/process.rs
Commit message (Collapse)AuthorAgeFilesLines
* Unwrap `process.stdio()` resultJonas Schievink2020-12-041-4/+1
| | | | If this is ever `None` here, that's a bug
* Destructure in for loopJonas Schievink2020-12-041-3/+1
|
* Remove unnecessary `Option`Jonas Schievink2020-12-041-8/+3
|
* Deny unreachable-pubAleksey Kladov2020-11-021-4/+4
| | | | | | | | 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.
* Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-131-0/+201