aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-09-08 19:09:02 +0200
committerGitHub <noreply@github.com>2023-09-08 19:09:02 +0200
commitdf8bd08fb1f6c98c0f03b2a4936f57c687eaf5cb (patch)
tree1cf241544a01b4a9b04c2740978baa68b1ead0a3 /src-tauri/src
parent6a7e235a27c9aeaa3636202947723c160a9f61fd (diff)
downloadFlightCore-df8bd08fb1f6c98c0f03b2a4936f57c687eaf5cb.tar.gz
FlightCore-df8bd08fb1f6c98c0f03b2a4936f57c687eaf5cb.zip
fix: Remove hashes around raw string literal (#547)
clippy said they are "unnecessary"
Diffstat (limited to 'src-tauri/src')
-rw-r--r--src-tauri/src/northstar/install.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/northstar/install.rs b/src-tauri/src/northstar/install.rs
index c1ae2a80..757f6c68 100644
--- a/src-tauri/src/northstar/install.rs
+++ b/src-tauri/src/northstar/install.rs
@@ -184,7 +184,7 @@ pub async fn install_northstar(
Err(err) => {
if game_path
.to_lowercase()
- .contains(&r#"C:\Program Files\"#.to_lowercase())
+ .contains(&r"C:\Program Files\".to_lowercase())
// default is `C:\Program Files\EA Games\Titanfall2`
{
return Err(