Skip to content

Commit 0bf6ffa

Browse files
davidbarskyVeykril
andauthored
Update crates/project-model/src/rustc_cfg.rs
Co-authored-by: Lukas Wirth <[email protected]>
1 parent 912b22f commit 0bf6ffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/project-model/src/rustc_cfg.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,5 @@ fn get_rust_cfgs(
102102
cmd.args(["--target", target]);
103103
}
104104

105-
let out = utf8_stdout(cmd).context("Unable to run `rustc`")?;
106-
Ok(out)
105+
utf8_stdout(cmd).context("Unable to run `rustc`")
107106
}

0 commit comments

Comments
 (0)