Remove unncessary return statement
This commit is contained in:
parent
6904fac6d9
commit
47a587fb2b
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ impl Builder {
|
|||
}
|
||||
manifest.pkg.insert("rust".to_string(), pkg);
|
||||
|
||||
return manifest;
|
||||
manifest
|
||||
}
|
||||
|
||||
fn profile(&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue