We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo docs
Describe the bug
To Reproduce
cargo doc --document-private-items --no-deps --workspace --all-features
using the nightly tool chain.
Get error
warning: unnecessary `unsafe` block --> arrow/src/compute/kernels/arithmetic.rs:369:17 | 369 | unsafe { result.typed_data_mut().chunks_exact_mut(64) }; | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default warning: unnecessary `unsafe` block --> arrow/src/compute/kernels/arithmetic.rs:417:17 | 417 | unsafe { result.typed_data_mut().chunks_exact_mut(lanes) }; | ^^^^^^ unnecessary `unsafe` block warning: unnecessary `unsafe` block --> arrow/src/compute/kernels/comparison.rs:1700:25 | 1700 | let result_chunks = unsafe { result.typed_data_mut() }; | ^^^^^^ unnecessary `unsafe` block ...
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Decimal
DecimalArray
const_generic
I am not sure whether this is related to the new released rust 1.65.0 nightly
rust 1.65.0 nightly
Sorry, something went wrong.
Close this issue as I don't find the error is reproduced in other PR's CI.
No branches or pull requests
Describe the bug
To Reproduce
using the nightly tool chain.
Get error
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: