-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow cratedevelopment-processRelated to development process of arrow-rsRelated to development process of arrow-rs
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow cratedevelopment-processRelated to development process of arrow-rsRelated to development process of arrow-rs