From 40b2142193a4f42b1407aa40af71f9bd24e1e610 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 13 Aug 2022 17:45:49 -0500 Subject: [PATCH] switch from import to crate somewhere --- src/client/result.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/result.rs b/src/client/result.rs index a008d0c..42410f6 100644 --- a/src/client/result.rs +++ b/src/client/result.rs @@ -1,4 +1,4 @@ -import com.google.zxing.XRingResult; +use crate::XRingResult; // ParsedResultType.java /**