Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed Feb 4, 2025
1 parent 0f3c3a5 commit 1f46b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/qr_reader_pc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use qr_reader_phone::process_payload::{process_decoded_payload, InProgress, Read
use opencv::{
highgui,
imgproc::{cvt_color, COLOR_BGR2GRAY},
core::{AlgorithmHint},
core::AlgorithmHint,
prelude::*,
videoio,
videoio::{CAP_PROP_FRAME_HEIGHT, CAP_PROP_FRAME_WIDTH},
Expand Down

0 comments on commit 1f46b58

Please sign in to comment.