Skip to content

Commit 47a587f

Browse files
committed
Remove unncessary return statement
1 parent 6904fac commit 47a587f

File tree

1 file changed

+1
-1
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-1
lines changed

src/tools/build-manifest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ impl Builder {
469469
}
470470
manifest.pkg.insert("rust".to_string(), pkg);
471471

472-
return manifest;
472+
manifest
473473
}
474474

475475
fn profile(&mut self,

0 commit comments

Comments
 (0)