One small todo.

This commit is contained in:
Jesse Brault 2026-03-02 20:01:29 -06:00
parent 0a0065a2c1
commit 68cb200494

View File

@ -23,7 +23,7 @@ impl StdCoreError {
impl Debug for StdCoreError {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
todo!()
write!(f, "{}", self.message)
}
}