style(lib): use just std instead of ::std in paths (#2101)
This commit is contained in:
@@ -50,7 +50,7 @@ mod body_length {
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
pub(crate) struct DecodedLength(u64);
|
||||
|
||||
const MAX_LEN: u64 = ::std::u64::MAX - 2;
|
||||
const MAX_LEN: u64 = std::u64::MAX - 2;
|
||||
|
||||
impl DecodedLength {
|
||||
pub(crate) const CLOSE_DELIMITED: DecodedLength = DecodedLength(::std::u64::MAX);
|
||||
|
||||
Reference in New Issue
Block a user