This code seems to bug out when reformatting with EITHER rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows it,
This will add a , before the ,D on EACH save.
fn main() -> () {
let _same = vec![
"REALLLLL LONG LINE SO IT CAN NOT SHRINK",
"1.0.0+21AF26D3—-117B344092B,D"
];
}
This code seems to bug out when reformatting with EITHER rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows it,
This will add a
,
before the,D
on EACH save.This will remove the terminating
"
quotes..tested again