Fix last warning

This commit is contained in:
Telesphoreo 2022-05-14 18:36:12 -05:00
parent cb7dd9c6b8
commit 028b13ae28
No known key found for this signature in database
GPG Key ID: 5ACFFC4682CF849B
2 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,7 @@ name = "IBConverter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yaml-rust = "0.4"
serde = "1.0"
serde_yaml = "0.8"
serde_yaml = "0.8"

View File

@ -1,3 +1,4 @@
#![allow(non_snake_case)]
use std::{env, fs, io};
use std::collections::{BTreeMap};
use std::io::{Read};