diff options
| author | bors <bors@rust-lang.org> | 2024-04-12 13:13:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-12 13:13:50 +0000 |
| commit | bd71213cf0a765705e7d72a099151bd4eb465ccb (patch) | |
| tree | e28603c5d8b4d0082e162dfb53bbc8ef20b02203 /src | |
| parent | 7bdae134cba57426d3c56b5de737a351762445e1 (diff) | |
| parent | e256d5f2ee0d820df3e708760c76b45419fedf64 (diff) | |
| download | rust-bd71213cf0a765705e7d72a099151bd4eb465ccb.tar.gz rust-bd71213cf0a765705e7d72a099151bd4eb465ccb.zip | |
Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - #123796 (Remove unused cargo-platform dependency from tidy) - #123830 (Remove `From` impls for unstable types that break inference) - #123842 (fix typo in pin.rs) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index 8c6b1eb22ec..58302b8e63b 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -6,7 +6,6 @@ autobins = false [dependencies] cargo_metadata = "0.15" -cargo-platform = "0.1.2" regex = "1" miropt-test-tools = { path = "../miropt-test-tools" } lazy_static = "1" |
