mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
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 {
|
||||
type Output: 'static;
|
||||
type View: Render;
|
||||
|
|
Loading…
Reference in a new issue