From 02c8c0af00f7cde2b466e639b2182228beb48d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Tue, 31 May 2022 22:17:27 +1200 Subject: [PATCH] Avoid bare url --- src/helpers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers.rs b/src/helpers.rs index 327f9240..1f90ac69 100644 --- a/src/helpers.rs +++ b/src/helpers.rs @@ -153,7 +153,7 @@ pub fn extract, P: AsRef>( } /// Fetch install path from environment -/// roughly follows https://doc.rust-lang.org/cargo/commands/cargo-install.html#description +/// roughly follows pub fn get_install_path>(install_path: Option

) -> Option { // Command line override first first if let Some(p) = install_path {