Uh oh!
There was an error while loading. Please reload this page.
sys/mod doc update and mod import order adjust - #39844
Conversation
king6cong
commented
Feb 15, 2017
- Some doc updates.
- Racer currently use the first mod it finds regardless of cfg attrs. Moving #[cfg(unix)] up should be a temporary tweak that works as expected for more people.
rust-highfive
commented
Feb 15, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Feb 15, 2017
@bors: r+ rollup |
bors
commented
Feb 15, 2017
📌 Commit b821313 has been approved by |
sys/mod doc update and mod import order adjust * Some doc updates. * Racer currently use the first mod it finds regardless of cfg attrs. Moving #[cfg(unix)] up should be a temporary tweak that works as expected for more people.
sys/mod doc update and mod import order adjust * Some doc updates. * Racer currently use the first mod it finds regardless of cfg attrs. Moving #[cfg(unix)] up should be a temporary tweak that works as expected for more people.
sys/mod doc update and mod import order adjust * Some doc updates. * Racer currently use the first mod it finds regardless of cfg attrs. Moving #[cfg(unix)] up should be a temporary tweak that works as expected for more people.
@king6cong@alexcrichton Edit: In the case of Edit2: Now seems to me that the other 2 are incorrect. |
alexcrichton
commented
Mar 6, 2017
@lilianmoraru oh it may make sense if I say that unix/windows/redox are all mutually exclusive, so only one of these modules ever exists. |
lilianmoraru
commented
Mar 6, 2017
I confused |