From 81488c3ea8d66680f739cee087ad9aa7619f5e0e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 18 Apr 2021 11:59:44 +0530 Subject: clippy lint; add `get-pixel` primitive --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d6f0204..225c37c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,8 @@ #![allow( clippy::upper_case_acronyms, clippy::vec_init_then_push, - clippy::unsound_collection_transmute + clippy::unsound_collection_transmute, + clippy::new_without_default )] mod app; -- cgit v1.2.3