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 d82aa29 commit bd30ce0Copy full SHA for bd30ce0
src/header/value.rs
@@ -79,7 +79,7 @@ impl HeaderValue {
79
/// assert_eq!(val, "hello");
80
/// ```
81
#[inline]
82
- #[allow(unconditional_panic)] // required for the panic circumventon
+ #[allow(unconditional_panic)] // required for the panic circumvention
83
pub const fn from_static(src: &'static str) -> HeaderValue {
84
let bytes = src.as_bytes();
85
let mut i = 0;
0 commit comments