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 79f8da5 commit fe1932dCopy full SHA for fe1932d
src/status.rs
@@ -542,7 +542,7 @@ impl Error for InvalidStatusCode {}
542
543
// A string of packed 3-ASCII-digit status code values for the supported range
544
// of [100, 999] (900 codes, 2700 bytes).
545
-const CODE_DIGITS: &'static str = "\
+const CODE_DIGITS: &str = "\
546
100101102103104105106107108109110111112113114115116117118119\
547
120121122123124125126127128129130131132133134135136137138139\
548
140141142143144145146147148149150151152153154155156157158159\
0 commit comments