Rustdoc lints usually do, but not any other kind of lint, and I'm not sure why rustdoc should be special. Clippy handles this with "nursery" lints that are allow-by-default but can be enabled on any channel, which IMO seems like a better model: it avoids issues like the recent one where rustdoc::all
enabled a nightly lint, and allows people on stable to give us feedback.