mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Clippyyyyyy
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user