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
TableLike::fmt acts on the toml document table, and not on the in-memory data structure, so we limit it only to values. However, since we've added dotted keys, they also fall into that definition but we aren't reformatting them.
The text was updated successfully, but these errors were encountered:
TableLike::fmt
acts on the toml document table, and not on the in-memory data structure, so we limit it only to values. However, since we've added dotted keys, they also fall into that definition but we aren't reformatting them.The text was updated successfully, but these errors were encountered: