tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.26k stars 108 forks source link

Fix realign of comment makes debug assert fail #609

Closed gaborbernat closed 1 month ago

gaborbernat commented 1 month ago

In this case, the two comments match up.

Discovered while doing https://github.com/gaborbernat/pyproject-fmt-rust

gaborbernat commented 1 month ago

@JounQin a quick review and release would be appreciated as is blocking me with https://github.com/gaborbernat/pyproject-fmt-rust. Thanks!

panekj commented 1 month ago

Please mind that there are other maintainers as well.

gaborbernat commented 1 month ago

Can we merge and land this pleaes then?

gaborbernat commented 1 month ago

Can we land this, please? Thanks!

panekj commented 1 month ago

It's already in HEAD, you can use patch in Cargo manifest if you need it

gaborbernat commented 1 month ago

How do you do?