From d99bbc5ba41defcde17b948e2008d2da8bf89043 Mon Sep 17 00:00:00 2001 From: Iipin <52832022+Iipin@users.noreply.github.com> Date: Wed, 1 May 2024 09:58:59 +0200 Subject: [PATCH] fix the kompromitacja --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 795d6d4..81149a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,9 +42,8 @@ unused_qualifications )] -pub use image; - pub use hand::*; +pub use image; mod hand;