We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6095f23 commit 71dabbaCopy full SHA for 71dabba
src/lib.rs
@@ -500,7 +500,7 @@
500
//! `clap` will officially support current stable Rust, minus two releases, but may work with prior
501
//! releases as well. For example, current stable Rust at the time of this writing is 1.13.0,
502
//! meaning `clap` is guaranteed to compile with 1.11.0 and beyond. At the 1.14.0 release, `clap`
503
-//! will be guaranteed to compile with 2.12.0 and beyond, etc.
+//! will be guaranteed to compile with 1.12.0 and beyond, etc.
504
//!
505
//! Upon bumping the minimum version of Rust (assuming it's within the stable-2 range), it *must* be
506
//! clearly annotated in the `CHANGELOG.md`
0 commit comments