]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6068 - eddyb:oopsie-daisy-stabilize, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 21 Sep 2018 19:39:41 +0000 (19:39 +0000)
committerbors <bors@rust-lang.org>
Fri, 21 Sep 2018 19:39:41 +0000 (19:39 +0000)
commitde314a8b2d45bce4958fc23939c5e4286e31621c
tree9b86b1ba4ffe63c8b788f235f87b6b0225486311
parentb1e1d388ea09ecc27515345b180dd02263b087df
parentafdde6081d8689f1dae912c65ef4770bd9e66f06
Auto merge of #6068 - eddyb:oopsie-daisy-stabilize, r=alexcrichton

Remove `fix::local_paths_no_fix`, as `crate_in_paths` is getting stabilized.

Needed for rust-lang/rust#54403 (blocking RC1).
Ideally we'd also clean up the tests, e.g. removing `#![feature(rust_2018_preview)]` and `is_nightly` checks, but it's easier to just remove the only failing test (because it tests the feature gate is needed).