This commit is contained in:
p0lunin 2020-01-02 12:04:47 +02:00
parent 31326b2067
commit 2a4b462996

View file

@ -2,7 +2,10 @@
// (for built ins there no warnings, but for (De)Serialize, there are)
#![allow(deprecated)]
use std::{str::FromStr, convert::{TryFrom, TryInto}};
use std::{
convert::{TryFrom, TryInto},
str::FromStr,
};
use serde::{Deserialize, Serialize};