Skip to content

Commit c4a86de

Browse files
committed
Remove unused url module
1 parent dde9f6c commit c4a86de

File tree

3 files changed

+1
-431
lines changed

3 files changed

+1
-431
lines changed

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ no-logging = []
4444
[dependencies]
4545
bufstream = "0.1"
4646
fallible-iterator = "0.1.3"
47-
hex = "0.2"
4847
log = "0.3"
4948

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

5958
[dev-dependencies]
59+
hex = "0.2"
6060
url = "1.0"
6161

6262
bit-vec = "0.4"

postgres/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272

7373
extern crate bufstream;
7474
extern crate fallible_iterator;
75-
extern crate hex;
7675
#[cfg(not(feature = "no-logging"))]
7776
#[macro_use]
7877
extern crate log;
@@ -111,7 +110,6 @@ mod macros;
111110

112111
mod feature_check;
113112
mod priv_io;
114-
mod url;
115113
pub mod error;
116114
pub mod tls;
117115
pub mod notification;

0 commit comments

Comments
 (0)