chore: Fix main CI after upgrade to Rust 1.78 (#11402)

The CI was green at the time I've merged Rust 1.78, but a change that
violated clippy::empty_doc has slipped through into main in the
meantime. Mea culpa, I should've reran the CI.



Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-05-05 15:37:53 +02:00 committed by GitHub
parent 1a9b0536a2
commit 14c7782ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,6 @@ impl UserAttachmentStore {
}
}
///
pub trait AttachmentTool {
type Output: 'static;
type View: Render;