Tidy up Cargo.toml files.

- Add some missing `tidy-alphabetical-*` markers.
- Remove some unnecessary blank lines.
This commit is contained in:
Nicholas Nethercote
2025-07-31 13:15:49 +10:00
parent 1901dde97b
commit 704f2ca172
16 changed files with 44 additions and 14 deletions

View File

@@ -18,7 +18,9 @@ tracing = "0.1"
# tidy-alphabetical-end
[features]
# tidy-alphabetical-start
# Provides access to APIs that expose internals of the rust compiler.
# APIs enabled by this feature are unstable. They can be removed or modified
# at any point and they are not included in the crate's semantic versioning.
rustc_internal = []
# tidy-alphabetical-end