http icon indicating copy to clipboard operation
http copied to clipboard

Make StatusCode::as_str() return a &'static str explicitly

Open fasterthanlime opened this issue 3 years ago • 2 comments

It's already indexing into a &'static str constant, I'd like to use it as a &'static str from my code, the only thing preventing that is the type signature :)

fasterthanlime avatar Oct 28 '22 14:10 fasterthanlime

YES!

tot0 avatar Mar 14 '23 23:03 tot0

👋🏻 Hi! I'm wondering if this would be okay to merge now. 😄

CleanCut avatar Aug 14 '25 17:08 CleanCut