We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918ed3 commit d7ec64aCopy full SHA for d7ec64a
src/extensions.rs
@@ -21,7 +21,7 @@ pub struct Extensions {
21
impl Extensions {
22
/// Create an empty `Extensions`.
23
#[inline]
24
- pub(crate) fn new() -> Self {
+ pub fn new() -> Self {
25
Self { map: None }
26
}
27
src/headers/headers.rs
@@ -34,7 +34,7 @@ pub struct Headers {
34
35
impl Headers {
36
/// Create a new instance.
37
38
Self {
39
headers: HashMap::new(),
40
0 commit comments