fast image operations
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,8 @@ doc_auto_cfg, const_option, array_chunks, - let_chains + let_chains, + test )] #![warn( clippy::undocumented_unsafe_blocks, |