Skip to content

Conversation

@seanmonstar
Copy link
Owner

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 96.923% when pulling 0f38c07 on std-feature into cdcc850 on master.

//! intrinsic, and simd, are stabilized in rustc.
#[cfg(test)] extern crate core;
#[cfg(feature = "std")] extern crate std as core;
Copy link
Contributor

@jethrogb jethrogb Nov 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just do extern crate core on std. There are some minute differences in the API and this could prevent possible confusion in the future.

@jethrogb
Copy link
Contributor

jethrogb commented Nov 7, 2016

Looks good to me!

@seanmonstar seanmonstar merged commit 3458b70 into master Nov 7, 2016
@seanmonstar seanmonstar deleted the std-feature branch November 7, 2016 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants