You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2023/06/02 13:01:37 UTC

[GitHub] [arrow-datafusion] mustafasrepo opened a new issue, #6529: Main branch gives clippy error

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on issue #6529: Main branch gives clippy error

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #6529:
URL: https://github.com/apache/arrow-datafusion/issues/6529#issuecomment-1574010036

   I will submit a fix for this 
   
   It appears that rust 1.70.0 has been released: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on issue #6529: Main branch gives clippy error

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #6529:
URL: https://github.com/apache/arrow-datafusion/issues/6529#issuecomment-1574027271

   https://github.com/apache/arrow-datafusion/pull/6535


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #6529: Main branch gives clippy error

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6529: Main branch gives clippy error
URL: https://github.com/apache/arrow-datafusion/issues/6529


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org