#[allow(dead_code
Basically this:

I can wrap any of the specific errors coming out of various libraries into a custom error type that I can then use throughout my application so most of my code doesn't need to know about the specifics of each library while still being able to react to different error types.
August 5, 2025 at 11:26 AM
Re: [PATCH] Introduce Tyr Miguel Ojeda writes: (Summary) This type must not have interior mutability. type must not have interior mutability. +#[allow(dead_code)] Could it be `expect`? Could it be ...

Origin | Interest | Match
Awakari App
awakari.com
June 28, 2025 at 9:56 AM
I submitted+merged a PR this morning that just removed some "#[allow(dead_code)]" and could only actually find like 20 lines of dead/unused to cleanup..
February 19, 2025 at 5:27 PM
right,
makes total sense, we never needed r# anyway
November 17, 2024 at 3:00 PM