Skip to content

Commit

Permalink
librustdoc: or_patterns are stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Mar 20, 2021
1 parent 1f38c47 commit fd516af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Expand Up @@ -8,7 +8,7 @@
#![feature(box_syntax)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(or_patterns)]
#![cfg_attr(bootstrap, feature(or_patterns))]
#![feature(test)]
#![feature(crate_visibility_modifier)]
#![feature(never_type)]
Expand Down

0 comments on commit fd516af

Please sign in to comment.