From e7ae872926eddb0de09ecfe1c578e0680033955a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 26 Feb 2023 03:02:12 +0000 Subject: CTAN sync 202302260302 --- support/texlab/src/db/workspace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/texlab/src/db/workspace.rs') diff --git a/support/texlab/src/db/workspace.rs b/support/texlab/src/db/workspace.rs index 8b4d755b09..123d415fd9 100644 --- a/support/texlab/src/db/workspace.rs +++ b/support/texlab/src/db/workspace.rs @@ -190,7 +190,7 @@ impl Workspace { .unwrap_or(".") .to_string(); - if !path.ends_with("/") { + if !path.ends_with('/') { path.push('/'); } -- cgit v1.2.3