Skip to content

Commit

Permalink
fix(mini-functions): 馃悰 Unnecessary braces in use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Dec 29, 2023
1 parent 9719fe9 commit 0b08769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_qr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern crate image;
use image::{imageops, ImageBuffer, Rgba, RgbaImage};
extern crate qrc;
use self::qrc::{QRCode};
use self::qrc::QRCode;

use std::fs;

Expand Down

0 comments on commit 0b08769

Please sign in to comment.