User avatar
flori_ava_star:~cursor_blinking made-with-estrogen @star@amazonawaws.com
1w
If you write code, do you
/// "Valid not after" [`DateTime`]
#[must_use]
pub const fn to(&self) -> &DateTime<Utc> {
    &self.to
}


, or do you
#[must_use]
/// "Valid not after" [`DateTime`]
pub const fn to(&self) -> &DateTime<Utc> {
    &self.to
}


?
neobot