Skip to content

Commit

Permalink
Remove unused url module
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed May 2, 2017
1 parent dde9f6c commit c4a86de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 431 deletions.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ no-logging = []
[dependencies]
bufstream = "0.1"
fallible-iterator = "0.1.3"
hex = "0.2"
log = "0.3"

openssl = { version = "0.9.2", optional = true }
Expand All @@ -57,6 +56,7 @@ postgres-protocol = { version = "0.2", path = "../postgres-protocol" }
postgres-shared = { version = "0.2", path = "../postgres-shared" }

[dev-dependencies]
hex = "0.2"
url = "1.0"

bit-vec = "0.4"
Expand Down
2 changes: 0 additions & 2 deletions postgres/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@

extern crate bufstream;
extern crate fallible_iterator;
extern crate hex;
#[cfg(not(feature = "no-logging"))]
#[macro_use]
extern crate log;
Expand Down Expand Up @@ -111,7 +110,6 @@ mod macros;

mod feature_check;
mod priv_io;
mod url;
pub mod error;
pub mod tls;
pub mod notification;
Expand Down
Loading

0 comments on commit c4a86de

Please sign in to comment.