commit | 19f5459dd0f89e466b7bcaa0f69ecca90f21a4d1 | [log] [tgz] |
---|---|---|
author | Joshua Nelson <jyn514@gmail.com> | Wed Apr 07 00:46:39 2021 -0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Mon Apr 12 13:56:24 2021 +0100 |
tree | 14b647c0a851495c443ab1f484df3bdf8815afac | |
parent | ec1461905b421cf0c56adeebb49bbf55bb33fd17 [diff] |
Deny 2018 idiom lints (#1108) This lint is allow by default, which is why this wasn't spotted earlier. It's denied by rust-lang/rust, so it's good to warn about it here so it can be fixed more quickly.
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, and
std_detect
implements std::detect
- Rust's standard library run-time CPU feature detection.
The std::simd
component now lives in the packed_simd
crate.
To do a release of the core_arch
and std_detect
crates,
dev-dependencies
in their Cargo.toml
files (due to https://github.com/rust-lang/cargo/issues/4242),