Clean up some stray todos (#11380)

Quick little todo comment cleanups, either because they aren't needed or
a comment will suffice.

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley 2024-05-03 16:17:56 -07:00 committed by GitHub
parent 15299dcf80
commit f576bd3aaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 7 deletions

View file

@ -160,7 +160,6 @@ impl Render for FileAttachmentView {
})
.into_any_element()
}
// todo!(): show a better error view when the file attaching didn't work
Err(err) => div().child(err.to_string()).into_any_element(),
}
}