Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed deriving etc. #199

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

remove unused imports

  • Loading branch information
izgzhen committed May 27, 2016
commit 212e99018fa48ac6aa5c7b9e572e387fab8399ca
@@ -7,7 +7,7 @@
// except according to those terms.

use std::cmp;
use std::fmt::{self, Formatter, Write};
use std::fmt::{self, Formatter};
use std::io;
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
use std::vec;
@@ -9,7 +9,7 @@
use encoding;
use std::ascii::AsciiExt;
use std::borrow::Cow;
use std::fmt::{self, Write};
use std::fmt;
use std::slice;
use std::str;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.