ValHeimer

Results 3 comments of ValHeimer

I confirm I have the same issue when having `cbindgen::generate(&crate_dir).unwrap();` in my build.rs

same as https://github.com/rust-lang/rustfmt/issues/4797 I can't format the first for_each() , string too long (no problem with the second one) here it seems to happen if the string in the println!("")...

sounds good to me with the last fix from @dvalter , what do you think @emersion ?