Remove unncessary return statement

This commit is contained in:
Hirokazu Hata 2019-02-05 10:59:18 +09:00
parent 6904fac6d9
commit 47a587fb2b

View File

@ -469,7 +469,7 @@ impl Builder {
}
manifest.pkg.insert("rust".to_string(), pkg);
return manifest;
manifest
}
fn profile(&mut self,