Skip to content

Commit e7441fb

Browse files
committed
Clippy fixup
Signed-off-by: Jens Reidel <[email protected]>
1 parent a9fd8d0 commit e7441fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ impl Build {
13431343
.map(|p| &**p);
13441344

13451345
if self.config.is_host_target(target) && configured_root.is_none() {
1346-
return Some(Path::new("/usr"));
1346+
Some(Path::new("/usr"))
13471347
} else {
13481348
configured_root
13491349
}

0 commit comments

Comments
 (0)