mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-12-21 23:35:06 +00:00
Fix last warning
This commit is contained in:
parent
cb7dd9c6b8
commit
028b13ae28
2 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,6 @@ 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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#![allow(non_snake_case)]
|
||||
use std::{env, fs, io};
|
||||
use std::collections::{BTreeMap};
|
||||
use std::io::{Read};
|
||||
|
|
Loading…
Reference in a new issue