rust-lang / cfg-if

A if/elif-like macro for Rust #[cfg] statements
Apache License 2.0
557 stars 40 forks source link

Intra link #12

Closed GuillaumeGomez closed 6 years ago

GuillaumeGomez commented 6 years ago

I also updated version number so then we can remove warnings from rustc as well.

QuietMisdreavus commented 6 years ago

Duplicate of https://github.com/alexcrichton/cfg-if/pull/11? This one modifies the crate version number, but otherwise makes the same change.

GuillaumeGomez commented 6 years ago

Oh, didn't see the other one. We need to update the version to be able to remove warnings from rust build.

gnzlbg commented 6 years ago

This closes #13 (remember to manually close the issue afterwards; or @GuillaumeGomez can rebase the first commit to add a "Closes #13").

GuillaumeGomez commented 6 years ago

I added "Closes #13" in the first commit message.