Ignore faulty clippy lint for now

This commit is contained in:
Dirkjan Ochtman 2022-08-15 10:13:19 +02:00
parent b68655c17d
commit 1e7bfbc3ce
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// borrow_deref_ref doesn't get macro detection right, allow for now
#![allow(clippy::from_iter_instead_of_collect, clippy::borrow_deref_ref)]
use std::fs::File; use std::fs::File;
use std::io::{BufReader, BufWriter}; use std::io::{BufReader, BufWriter};