You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on where a removal shows up (like a basic key-value pair), it
can be valid.
However, it won't be if
- the key is for a standard table
- the key is used with dotted keys
- there is a comma after the value
For now, we'll remove this.
I'll open an issue for adding these back in.
One idea is we re-parse using `toml_parse`, detect our case, and
directly edit the token stream to find the removal span.
Fixes#16982
0 commit comments