Skip to main content

remove_package_from_record

Function remove_package_from_record 

Source
pub fn remove_package_from_record(
    manifest: &InstallManifest,
) -> Result<(), Error>
Expand description

Removes a package from the lockfile record.

ยงErrors

Returns an error if the lockfile cannot be read or written, or if the lockfile mutex is poisoned.