mustafasrepo opened a new issue, #6529:
URL: https://github.com/apache/arrow-datafusion/issues/6529
### Describe the bug
Main branch gives clippy error
```rust
error: this is an outer doc comment and does not apply to the parent module
or crate
--> datafusion/expr/src/conditional_expressions.rs:19:1
|
19 | ///! Conditional expressions
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit
https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_doc_comments
= note: `-D clippy::suspicious-doc-comments` implied by `-D warnings`
help: use an inner doc comment to document the parent module or crate
```
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
This error occur after doing `rustup update`. I think latest changes,
brought extra checks, and previously allowed patterns are now rejected
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]