mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
refactor: patches (#2797)
This commit is contained in:
26
patches/linux/00-cli-fix-unused.patch
Normal file
26
patches/linux/00-cli-fix-unused.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
diff --git a/cli/src/tunnels/code_server.rs b/cli/src/tunnels/code_server.rs
|
||||
index bbabadc..08af0df 100644
|
||||
--- a/cli/src/tunnels/code_server.rs
|
||||
+++ b/cli/src/tunnels/code_server.rs
|
||||
@@ -4,2 +4,4 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
+#![allow(unused_imports)]
|
||||
+
|
||||
use super::paths::{InstalledServer, ServerPaths};
|
||||
diff --git a/cli/src/tunnels/dev_tunnels.rs b/cli/src/tunnels/dev_tunnels.rs
|
||||
index 0168ee6..5d0d8d4 100644
|
||||
--- a/cli/src/tunnels/dev_tunnels.rs
|
||||
+++ b/cli/src/tunnels/dev_tunnels.rs
|
||||
@@ -4,2 +4,4 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
+#![allow(unused_imports)]
|
||||
+
|
||||
use super::protocol::{self, PortPrivacy, PortProtocol};
|
||||
diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs
|
||||
index 55f1dad..f22a83c 100644
|
||||
--- a/cli/src/update_service.rs
|
||||
+++ b/cli/src/update_service.rs
|
||||
@@ -4,2 +4,3 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
+#![allow(unused_imports)]
|
||||
|
||||
Reference in New Issue
Block a user