Auto merge of #814 - alexcrichton:remove-old-questions, r=gnzlbg Remove long-outdated `QUESTIONS.md` This is quite an old file now at this point!
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),