Skip to content

Commit c02b9df

Browse files
committed
fix: Clippy
1 parent 2c788ee commit c02b9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ impl ConversationTextRequestGenerator {
423423
Arc::from(Mutex::from(HashMap::new()));
424424
info!(
425425
"Generating requests from {filepath}",
426-
filepath = filepath.display().to_string()
426+
filepath = filepath.display()
427427
);
428428
let bar = ProgressBar::new(data.len() as u64);
429429
bar.set_style(ProgressStyle::with_template(

0 commit comments

Comments
 (0)