tests: hack around broken lint

This commit is contained in:
Benjamin Saunders 2023-08-14 17:44:48 -07:00
parent 417035cb20
commit 4bd05e8285

View file

@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// TODO: Remove when MSRV passes 1.72
// https://github.com/frondeus/test-case/issues/126#issuecomment-1635916592
#![allow(clippy::items_after_test_module)]
use std::fs::OpenOptions;
use std::io::Write;
#[cfg(unix)]