Skip to content

Commit f2caf71

Browse files
committed
blake2: update allow(clippy::ptr_offset_with_cast) comment
These clippy warnings all originate in macros from the `arrayref` crate.
1 parent 1d78546 commit f2caf71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blake2/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
104104
)]
105105
#![warn(missing_docs, rust_2018_idioms)]
106-
// TODO(tarcieri): re-enable this and address the issues or disable at module-level
107-
#![allow(clippy::ptr_offset_with_cast)]
106+
#![allow(clippy::ptr_offset_with_cast)] // TODO(tarcieri): get rid of `arrayref`?
108107

109108
#[cfg(feature = "std")]
110109
extern crate std;

0 commit comments

Comments
 (0)