mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: remove all pub(crate)
s from the cli crate (#14083)
This commit is contained in:
parent
5edcd9dd35
commit
53dac7451b
34 changed files with 155 additions and 175 deletions
|
@ -57,7 +57,7 @@ pub type HeadersMap = HashMap<String, String>;
|
|||
/// This is heavily influenced by
|
||||
/// https://github.com/kornelski/rusty-http-cache-semantics which is BSD
|
||||
/// 2-Clause Licensed and copyright Kornel Lesiński
|
||||
pub(crate) struct CacheSemantics {
|
||||
pub struct CacheSemantics {
|
||||
cache_control: CacheControl,
|
||||
cached: SystemTime,
|
||||
headers: HashMap<String, String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue