From eb6e7d1491d1ed25d10872f602cb36e99fb14e8a Mon Sep 17 00:00:00 2001 From: Octelly Date: Thu, 16 Nov 2023 00:41:34 +0100 Subject: [PATCH] fixed typo (#493) duplicate "used" --- theseus_gui/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theseus_gui/src-tauri/Cargo.toml b/theseus_gui/src-tauri/Cargo.toml index 7a271c319..6e0cef005 100644 --- a/theseus_gui/src-tauri/Cargo.toml +++ b/theseus_gui/src-tauri/Cargo.toml @@ -57,6 +57,6 @@ objc = "0.2.7" # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL default = ["custom-protocol"] -# this feature is used used for production builds where `devPath` points to the filesystem +# this feature is used for production builds where `devPath` points to the filesystem # DO NOT remove this custom-protocol = ["tauri/custom-protocol"]