Clippyyyyyy

This commit is contained in:
Daniel Edrisian
2025-08-19 19:34:43 -07:00
parent 28f2898ebf
commit 195f588f0e

View File

@@ -215,8 +215,8 @@ impl ChatComposer {
pub fn take_recent_submission_images_with_placeholders(
&mut self,
) -> Vec<(String, std::path::PathBuf)> {
let images = std::mem::take(&mut self.attached_images);
images
std::mem::take(&mut self.attached_images)
}
pub fn take_last_submitted_display(&mut self) -> Option<String> {