Re: [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions

From: Andreas Hindborg
Date: Fri May 02 2025 - 08:09:01 EST


"Miguel Ojeda" <miguel.ojeda.sandonis@xxxxxxxxx> writes:

> On Thu, May 1, 2025 at 9:55 AM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>>
>> +pub mod parse_int {
>> +
>> + use crate::prelude::*;
>
> Spurious newline.
>
>> + use crate::str::BStr;
>> + use core::ops::Deref;
>
>> + /// # Examples
>> + /// ```
>
> Missing newline.
>
>> + // integer. We choose u64 as sufficiently large.
>
> `u64`
>
> (These were all in the range-diff :)

Well, range-diffs do not apply, so some manual interaction was required.
And I don't have the same built-in linter in my mind as you have 😅

I will respin now.


Best regards,
Andreas Hindborg