Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore spurious unused_unsafe produced by old compilers
warning: unnecessary `unsafe` block --> demo/src/main.rs:22:63 | 22 | fn new_blobstore_client() -> UniquePtr<BlobstoreClient>; | ^ | | | unnecessary `unsafe` block | because it's nested under this `unsafe` fn | = note: `#[warn(unused_unsafe)]` on by default = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default
- Loading branch information