Skip to content

Commit

Permalink
Merge pull request #71 from matklad/patch-1
Browse files Browse the repository at this point in the history
Reexport URL
  • Loading branch information
Marwes authored Aug 11, 2018
2 parents c60341e + cdba4e4 commit d17c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern crate serde_json;
extern crate url;
extern crate url_serde;

use url::Url;
pub use url::Url;

use std::collections::HashMap;

Expand Down

0 comments on commit d17c24a

Please sign in to comment.