Conversation
I used this file and clippy -- -A clippy::all -D clippy::disallowed_methods to find the places I needed to fix.
bkchr
left a comment
There was a problem hiding this comment.
Ty! Would it be possible to get a test for this?
This will stop this bug sneaking back in. Doing this here saves having to duplicate all the tests with versions that use inline tables instead. (We'll have one test, though.)
|
I've added a single test case, which does indeed fail now for me locally if I revert "toml_edit tables: Use TableLike and .as_table_like". I considered how to prevent calls to I don't have much experience with github CI (I mostly work with gitlab) so I hope what I've done (a) looks sane and (b) works. |
Ty! All looks good. :) |
|
Thanks :-). |
Fixes #57
I think this may have been broken as a side effect of 56a40f1 apparently released in 1.3.0 (!)