We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c788ee commit c02b9dfCopy full SHA for c02b9df
src/requests.rs
@@ -423,7 +423,7 @@ impl ConversationTextRequestGenerator {
423
Arc::from(Mutex::from(HashMap::new()));
424
info!(
425
"Generating requests from {filepath}",
426
- filepath = filepath.display().to_string()
+ filepath = filepath.display()
427
);
428
let bar = ProgressBar::new(data.len() as u64);
429
bar.set_style(ProgressStyle::with_template(
0 commit comments