clippy doesn't need to run in tests

This commit is contained in:
Henry Schimke
2023-02-11 10:49:50 -06:00
parent 1729ad8780
commit d31e5bf6a1

View File

@@ -1,4 +1,5 @@
#![allow(dead_code)] #![allow(dead_code)]
#![allow(clippy::all)]
/* /*
* Copyright 2008 ZXing authors * Copyright 2008 ZXing authors
* *