1
Fork 0

Cleanup imports

This commit is contained in:
Taiki Endo 2019-02-09 17:13:39 +09:00
parent 360e65db7a
commit 06b63046b2
3 changed files with 2 additions and 3 deletions

View file

@ -199,7 +199,6 @@ use std::ops::Index;
use std::str::FromStr;
use std::string;
use std::{char, f64, fmt, str};
use std;
use crate::Encodable;