Stabilize exclusive_range
This commit is contained in:
parent
79734f1db8
commit
6967d1c0fc
74 changed files with 300 additions and 619 deletions
|
@ -844,7 +844,6 @@ declare_lint! {
|
|||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![feature(exclusive_range_pattern)]
|
||||
/// let x = 123u32;
|
||||
/// match x {
|
||||
/// 0..100 => { println!("small"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue