mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 04:00:02 +00:00
Mark type ManifestVisitor
as pub(super)
Since mod `cretesio` is the only one need to have access to it. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5bb5d12949
commit
e68eea35fe
3 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ use version::find_version;
|
|||
mod vfs;
|
||||
|
||||
mod visitor;
|
||||
pub use visitor::*;
|
||||
|
||||
/// Fetch a crate by name and version from github
|
||||
/// TODO: implement this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue