diff --git a/src/lib.rs b/src/lib.rs index 4f63e50..e1fee40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -158,7 +158,7 @@ trait IntegerPrivate { fn write_to(self, buf: &mut B) -> &[u8]; } -const DEC_DIGITS_LUT: &'static [u8] = b"\ +const DEC_DIGITS_LUT: &[u8] = b"\ 0001020304050607080910111213141516171819\ 2021222324252627282930313233343536373839\ 4041424344454647484950515253545556575859\