This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Description
As I understand it; the ship has sailed on crate visibility. We should remove these preferring pub(crate) usage instead.
Implementation
Get rid of this
|
#![feature(crate_visibility_modifier)] // needed for edition 2018 |
Fix all the errors
|
crate fn with_manifest(manifest_path: &Path) -> CargoPlan { |