Expand fmt and tidy TOML_GLOBS range (#44180)

Add a check for formatting of the `Cargo.toml` files to CI, and run
`taplo format` to fix existing formatting issues.

---------

Signed-off-by: Martin Garton <garton@gmail.com>
This commit is contained in:
Martin Garton
2026-04-14 10:14:29 +01:00
committed by GitHub
parent 143d7fe25e
commit d0c2e0fa48
7 changed files with 10 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ test-feature = []
[dev-dependencies]
test-package = { path = "." }
other-name = { package = "test-package", path = "."}
other-name = { package = "test-package", path = "." }