From 66d9a837d8592ce2e0326433022ae2ed8eb74da1 Mon Sep 17 00:00:00 2001 From: Mario Carbajal Date: Thu, 25 Jan 2024 18:29:10 -0300 Subject: [PATCH] Fix non windows builds. --- internal/stylance-core/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/internal/stylance-core/src/lib.rs b/internal/stylance-core/src/lib.rs index 02d1005..da2384b 100644 --- a/internal/stylance-core/src/lib.rs +++ b/internal/stylance-core/src/lib.rs @@ -109,13 +109,15 @@ fn normalized_relative_path(base: &Path, subpath: &Path) -> anyhow::Result