diff options
Diffstat (limited to 'src/url.rs')
| -rw-r--r-- | src/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ use url::Url; -pub fn make( +pub fn from_path( path: &str, fallback: bool, is_proxy: &mut bool, |
| index : september | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/url.rs | 2 |
@@ -17,7 +17,7 @@ use url::Url; -pub fn make( +pub fn from_path( path: &str, fallback: bool, is_proxy: &mut bool, |