mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Update crates/project-model/src/rustc_cfg.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
912b22fa07
commit
0bf6ffaf82
1 changed files with 1 additions and 2 deletions
|
|
@ -102,6 +102,5 @@ fn get_rust_cfgs(
|
|||
cmd.args(["--target", target]);
|
||||
}
|
||||
|
||||
let out = utf8_stdout(cmd).context("Unable to run `rustc`")?;
|
||||
Ok(out)
|
||||
utf8_stdout(cmd).context("Unable to run `rustc`")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue