mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Remove unncessary return statement
This commit is contained in:
parent
6904fac6d9
commit
47a587fb2b
@ -469,7 +469,7 @@ impl Builder {
|
||||
}
|
||||
manifest.pkg.insert("rust".to_string(), pkg);
|
||||
|
||||
return manifest;
|
||||
manifest
|
||||
}
|
||||
|
||||
fn profile(&mut self,
|
||||
|
Loading…
Reference in New Issue
Block a user