Skip to content

Commit 591d394

Browse files
committed
Re-export url::Url
1 parent 01b6203 commit 591d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
use kuchiki::traits::*;
6868
use std::fmt;
69-
use url::Url;
69+
pub use url::Url;
7070

7171
const MIGHT_BE_FEED: [&str; 4] = ["feed", "xml", "rss", "atom"];
7272

0 commit comments

Comments
 (0)