error: unknown doc
attribute hide
#6832
Labels
C-bug
Category: Clippy is not doing the correct thing
doc
attribute hide
#6832
We've encountered a possible regression on the latest nightly in our CI pipelines. Clippy does not recognize the pattern
#[doc(hide)]
, such as this one: https://github.com/kubo/rust-oracle/blob/master/src/connection.rs#L854In the currently stable version, clippy is able to proceed.
I expected to see this happen: Clippy is able to check the code.
Instead, this happened: Clippy compains with:
Meta
The text was updated successfully, but these errors were encountered: