Commit Graph

2 Commits (81013d082cd67a2dbb3d09b6609ec1964c3599fa)

Author SHA1 Message Date
tyrone-wu 81013d082c
fix: fix rustdocs-args ordering in taplo to -D warnings
This fixes the current rustdoc build error by correcting the ordering of
`rustdoc-args` to `-D warnings`. Additionally, this also removes the
`recorder_arrays` field (defaults to false) so that the order is not
modified, which is what caused the error in the first place.
Tamir Duberstein c8bf646ef0
toml: add formatter and check in CI