-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Description
The CI has started giving an error that the unsafe block is not needed. However, the unsafe block cannot be removed and thus needs to be decorated with allow unused_unsafe.
error: unnecessary `unsafe` block
--> ff/src/biginteger/arithmetic.rs:18:5
|
18 | unsafe {
| ^^^^^^ unnecessary `unsafe` block
|
= note: `-D unused-unsafe` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_unsafe)]`
error: unnecessary `unsafe` block
--> ff/src/biginteger/arithmetic.rs:52:5
|
52 | unsafe {
| ^^^^^^ unnecessary `unsafe` block
error: unnecessary `unsafe` block
--> ff/src/biginteger/mod.rs:366:17
|
366 | unsafe {
| ^^^^^^ unnecessary `unsafe` block
Metadata
Metadata
Assignees
Labels
No labels