diff options
Diffstat (limited to 'src/test/rustdoc-ui/issue-83883-describe-lints.stdout')
-rw-r--r-- | src/test/rustdoc-ui/issue-83883-describe-lints.stdout | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/rustdoc-ui/issue-83883-describe-lints.stdout b/src/test/rustdoc-ui/issue-83883-describe-lints.stdout deleted file mode 100644 index bbf66a315..000000000 --- a/src/test/rustdoc-ui/issue-83883-describe-lints.stdout +++ /dev/null @@ -1,24 +0,0 @@ - -Available lint options: - -W <foo> Warn about <foo> - -A <foo> Allow <foo> - -D <foo> Deny <foo> - -F <foo> Forbid <foo> (deny <foo> and all attempts to override) - - -Lint checks provided by rustc: - - $NAMES $LEVELS $MEANINGS - -Lint groups provided by rustc: - - $NAMES $SUB_LINTS - -Lint checks provided by plugins loaded by this crate: - - $NAMES $LEVELS $MEANINGS - -Lint groups provided by plugins loaded by this crate: - - $NAMES $SUB_LINTS - |