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

Remove crate_visibility_modifier #1248

@alexheretic

Description

@alexheretic

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 {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions