diff --git a/src/path/dec_int.rs b/src/path/dec_int.rs index 63b12229b..944c5212e 100644 --- a/src/path/dec_int.rs +++ b/src/path/dec_int.rs @@ -45,7 +45,7 @@ const _: () = assert!(u64::MAX_STR_LEN == i64::MAX_STR_LEN); impl DecInt { /// Construct a new path component from an integer. #[inline] - pub fn new(i: Int) -> Self { + pub fn new(i: Int) -> Self { let mut buf = [MaybeUninit::uninit(); 21]; let mut str_buf = Buffer::new();