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:
Jiahao XU 2022-06-12 16:40:51 +10:00
parent 5bb5d12949
commit e68eea35fe
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 3 additions and 4 deletions

View file

@ -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