Remove duplicate cfg guard

This commit is contained in:
Dirkjan Ochtman 2024-06-24 17:28:14 +02:00
parent 7bae0ee4cc
commit 30524901a7
No known key found for this signature in database

View File

@ -1,5 +1,3 @@
#![cfg(feature = "__test_data")]
use std::fs::File;
use std::io::{BufRead, BufReader};
use std::path::PathBuf;