mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
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:
@@ -9,4 +9,4 @@ test-feature = []
|
||||
|
||||
[dev-dependencies]
|
||||
test-package = { path = "." }
|
||||
other-name = { package = "test-package", path = "."}
|
||||
other-name = { package = "test-package", path = "." }
|
||||
|
||||
Reference in New Issue
Block a user