File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ declare_lint! {
12
12
/// ### Example
13
13
///
14
14
/// ```rust,edition2018
15
+ /// #![feature(unqualified_local_imports)]
15
16
/// #![warn(unqualified_local_imports)]
16
17
///
17
18
/// mod localmod {
Original file line number Diff line number Diff line change @@ -2671,6 +2671,7 @@ declare_lint! {
2671
2671
/// ### Example
2672
2672
///
2673
2673
/// ```rust
2674
+ /// #![feature(strict_provenance_lints)]
2674
2675
/// #![warn(fuzzy_provenance_casts)]
2675
2676
///
2676
2677
/// fn main() {
@@ -2714,6 +2715,7 @@ declare_lint! {
2714
2715
/// ### Example
2715
2716
///
2716
2717
/// ```rust
2718
+ /// #![feature(strict_provenance_lints)]
2717
2719
/// #![warn(lossy_provenance_casts)]
2718
2720
///
2719
2721
/// fn main() {
@@ -4033,6 +4035,7 @@ declare_lint! {
4033
4035
/// ### Example
4034
4036
///
4035
4037
/// ```rust
4038
+ /// #![feature(test_unstable_lint)]
4036
4039
/// #![allow(test_unstable_lint)]
4037
4040
/// ```
4038
4041
///
You can’t perform that action at this time.
0 commit comments