Remove duplicate cfg guard

This commit is contained in:
Dirkjan Ochtman 2024-06-24 17:28:14 +02:00
parent 7bae0ee4cc
commit e2f872e5b2
1 changed files with 0 additions and 2 deletions

View File

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