mirror of
https://github.com/rust-lang/book.git
synced 2026-09-14 06:20:44 -04:00
We need to track Rust master, but don't want to cover unstable things. As such, a new lint, `stable-check`, is added. The second edition was already lint clean, but the first needed some tweaks: 1. The closures chapter was showing off details of the closure traits, so just don't do that. 2. The FFI chapter was using internal libc to compile the tests, so just don't compile them anymore. 3. The compiler plugins chapter was vestigial and was moved to the unstable book. Fixes #558
5 lines
48 B
TOML
5 lines
48 B
TOML
[root]
|
|
name = "stable-check"
|
|
version = "0.1.0"
|
|
|