mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
chore: cargo fmt - turn on group_imports=StdExternalCrate (#26646)
This commit is contained in:
parent
88bd5f09f7
commit
ac7b33a340
298 changed files with 2160 additions and 1951 deletions
|
@ -40,13 +40,12 @@ mod tarball;
|
|||
mod tarball_extract;
|
||||
|
||||
pub use fs_util::hard_link_dir_recursive;
|
||||
pub use registry_info::RegistryInfoProvider;
|
||||
pub use tarball::TarballCache;
|
||||
|
||||
// todo(#27198): make both of these private and get the rest of the code
|
||||
// using RegistryInfoProvider.
|
||||
pub use registry_info::get_package_url;
|
||||
pub use registry_info::RegistryInfoProvider;
|
||||
pub use remote::maybe_auth_header_for_npm_registry;
|
||||
pub use tarball::TarballCache;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct DownloadError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue