zero-to-production icon indicating copy to clipboard operation
zero-to-production copied to clipboard

I was very surprised by the "utils" bits.

Open rlpowell opened this issue 7 months ago • 0 comments

In 10.8.2.1 we have:

//! src/routes/admin/password/get.rs
use crate::session_state::TypedSession;
use crate::utils::{e500, see_other};

I wrote a whole thing about how I couldn't find it anywhere, but:

It's two pages later. :sigh: Uh, maybe move src/utils.rs first? :D

rlpowell avatar Nov 24 '23 03:11 rlpowell