rustdoc: test ignoring rustc lints in CLI#156618
Conversation
|
rustbot has assigned @lolbinarycat. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
the commit/PR title seems backwards, shouldn't it be "rustdoc: test denying rustc lints via CLI"? in which case, we're not actually testing that, since the entire point of the modified test is that the lint doesn't pass. if you actually wanted to make sure lint flags for rustc lints work properly, you'd have to find an |
|
Maybe I should title it: "rustdoc: test equivalent treatment of unused_imports on CLI and attr"? It's kind of long, but that's the real point of this test. |
This works, but I couldn't find any tests for it.