summaryrefslogtreecommitdiff
path: root/tests/ui/lint/rustdoc-group.stderr
blob: fddc863ae1e99190fc577a8a87a29bb30cfb85d8 (plain)
1
2
3
4
5
6
7
8
9
10
warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
  --> $DIR/rustdoc-group.rs:3:9
   |
LL | #![deny(rustdoc)]
   |         ^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

warning: 1 warning emitted