We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow(clippy::ptr_offset_with_cast)
1 parent 1d78546 commit f2caf71Copy full SHA for f2caf71
blake2/src/lib.rs
@@ -103,8 +103,7 @@
103
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
104
)]
105
#![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)]
+#![allow(clippy::ptr_offset_with_cast)] // TODO(tarcieri): get rid of `arrayref`?
108
109
#[cfg(feature = "std")]
110
extern crate std;
0 commit comments