fix formatting
This commit is contained in:
parent
d6da5fb353
commit
5874b09806
2 changed files with 2 additions and 8 deletions
|
@ -783,11 +783,7 @@ impl Session {
|
|||
Path::new(&rustlib_path),
|
||||
Path::new("bin"),
|
||||
]);
|
||||
if self_contained {
|
||||
vec![p.clone(), p.join("self-contained")]
|
||||
} else {
|
||||
vec![p]
|
||||
}
|
||||
if self_contained { vec![p.clone(), p.join("self-contained")] } else { vec![p] }
|
||||
}
|
||||
|
||||
pub fn init_incr_comp_session(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue