comment irrelevant now

This commit is contained in:
stelzo 2025-01-22 01:24:24 +01:00
parent 476b79ddfc
commit a87b426e66
No known key found for this signature in database
GPG Key ID: FC4EF89052319374

View File

@ -28,7 +28,7 @@ pub fn init(command: &InitCommand) -> StrResult<()> {
StrResult::Ok(spec.at(version))
})?;
// Find or download the package. Vendoring does not make sense for initialization, so vendor_dir is not needed.
// Find or download the package.
let package_path =
package_storage.prepare_package(&spec, &mut PrintDownload(&spec))?;