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,9 +3,7 @@ name = "IBConverter"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yaml-rust = "0.4"
|
yaml-rust = "0.4"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
|
@ -1,3 +1,4 @@
|
||||||
|
#![allow(non_snake_case)]
|
||||||
use std::{env, fs, io};
|
use std::{env, fs, io};
|
||||||
use std::collections::{BTreeMap};
|
use std::collections::{BTreeMap};
|
||||||
use std::io::{Read};
|
use std::io::{Read};
|
||||||
|
|
Loading…
Reference in a new issue