Skip to content

Commit fe1932d

Browse files
tottotoseanmonstar
authored andcommitted
refactor(status): remove redundant static lifetime
1 parent 79f8da5 commit fe1932d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ impl Error for InvalidStatusCode {}
542542

543543
// A string of packed 3-ASCII-digit status code values for the supported range
544544
// of [100, 999] (900 codes, 2700 bytes).
545-
const CODE_DIGITS: &'static str = "\
545+
const CODE_DIGITS: &str = "\
546546
100101102103104105106107108109110111112113114115116117118119\
547547
120121122123124125126127128129130131132133134135136137138139\
548548
140141142143144145146147148149150151152153154155156157158159\

0 commit comments

Comments
 (0)