mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
c6b87ef54a
Tweak documentation in `multiple_crate_versions` This example isn't reproducible now since `ctrlc` upgrades `winapi` to `0.3.x` in `3.1.1`. We should pin their versions to trigger lint correctly. changelog: none