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:
parent
1a9b0536a2
commit
14c7782ce6
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ impl UserAttachmentStore {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
|
||||||
pub trait AttachmentTool {
|
pub trait AttachmentTool {
|
||||||
type Output: 'static;
|
type Output: 'static;
|
||||||
type View: Render;
|
type View: Render;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue