We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb4d0e commit e246c3aCopy full SHA for e246c3a
src/header/common/mod.rs
@@ -108,7 +108,7 @@ macro_rules! impl_list_header(
108
109
impl ::std::fmt::Display for $from {
110
fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
111
- use header::HeaderFormat;
+ use $crate::header::HeaderFormat;
112
self.fmt_header(f)
113
}
114
@@ -138,7 +138,7 @@ macro_rules! impl_header(
138
139
140
141
142
143
144
0 commit comments