forbid unsafe code
This commit is contained in:
parent
e4362cae4f
commit
f859e61428
|
@ -1,3 +1,5 @@
|
||||||
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
use qrcode::QrCode;
|
use qrcode::QrCode;
|
||||||
use image::{Luma, png::PngEncoder};
|
use image::{Luma, png::PngEncoder};
|
||||||
use urlencoding::decode;
|
use urlencoding::decode;
|
||||||
|
|
Loading…
Reference in New Issue