mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
fmt
This commit is contained in:
parent
84ea44bc27
commit
c8dc396658
@ -202,9 +202,7 @@ impl CookRecipe {
|
||||
Ok(recipes)
|
||||
}
|
||||
|
||||
pub fn get_build_deps_recursive(
|
||||
names: &[PackageName],
|
||||
) -> Result<Vec<Self>, PackageError> {
|
||||
pub fn get_build_deps_recursive(names: &[PackageName]) -> Result<Vec<Self>, PackageError> {
|
||||
let mut packages = Self::new_recursive(names, WALK_DEPTH)?;
|
||||
|
||||
for package in packages.iter_mut() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user