From 0d69d23d2f9fc23f53960eca60cdaea1a7e2281f Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Sun, 29 Dec 2019 18:27:14 +0100 Subject: Lowercase drive letters when getting paths from cargo check --- crates/ra_cargo_watch/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_cargo_watch/src/lib.rs') diff --git a/crates/ra_cargo_watch/src/lib.rs b/crates/ra_cargo_watch/src/lib.rs index e5c22e599..9bc0fd405 100644 --- a/crates/ra_cargo_watch/src/lib.rs +++ b/crates/ra_cargo_watch/src/lib.rs @@ -21,6 +21,8 @@ mod conv; use crate::conv::{map_rust_diagnostic_to_lsp, MappedRustDiagnostic, SuggestedFix}; +pub use crate::conv::url_from_path_with_drive_lowercasing; + #[derive(Clone, Debug)] pub struct CheckOptions { pub enable: bool, -- cgit v1.2.3