Skip to content

Commit cdd0d66

Browse files
gigarobyUebelAndre
andauthored
Apply suggestions from code review
Co-authored-by: UebelAndre <[email protected]>
1 parent d30adb5 commit cdd0d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/process_wrapper/fake_rustc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This binary mocks the output of rustc when run with --error-format=json and --json=artifacts.
1+
//! This binary mocks the output of rustc when run with `--error-format=json` and `--json=artifacts`.
2+
23
fn main() {
34
eprintln!(r#"{{"rendered": "should be\nin output"}}"#);
45
eprintln!(r#"{{"emit": "metadata"}}"#);

0 commit comments

Comments
 (0)