Skip to content

Commit 21666bf

Browse files
committed
Merge pull request rust-postgres#98 from maurer/old_path
Switch to using old_path for new rustc
2 parents 9d5cd8f + 61ae13a commit 21666bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/url.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use std::fmt;
1212
use std::str::FromStr;
13-
use std::path::BytesContainer;
13+
use std::old_path::BytesContainer;
1414
use std::num;
1515
use std::str;
1616

0 commit comments

Comments
 (0)