address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! A pure-Rust frontend for the popular `PostgreSQL` database.
|
||||
//! A pure-Rust frontend for the popular PostgreSQL database.
|
||||
//!
|
||||
//! ```rust,no_run
|
||||
//! extern crate postgres;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
use byteorder::ReadBytesExt;
|
||||
// this import needs to stay to support pre 1.9 users
|
||||
#[allow(unused_imports)]
|
||||
use net2::TcpStreamExt;
|
||||
use std::error::Error;
|
||||
use std::io;
|
||||
use std::io::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user