We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddf254 commit a125ffbCopy full SHA for a125ffb
1 file changed
source/code2text/src/main.rs
@@ -222,7 +222,7 @@ fn gen_words(
222
let mut v = data.lock().unwrap();
223
224
println!(
225
- "code2text: scanning finished gathered {} tokens for pool out of {} lines, generating words...",
+ "code2text: scanning finished.\nGathered {} tokens for pool.\nText contained {} lines.\nNow generating words...",
226
v.len(),
227
num_lines
228
);
0 commit comments