cli.patch 1.0 KB

1234567891011121314151617181920212223242526
  1. diff --git a/cli/src/tunnels/code_server.rs b/cli/src/tunnels/code_server.rs
  2. index bbabadc..08af0df 100644
  3. --- a/cli/src/tunnels/code_server.rs
  4. +++ b/cli/src/tunnels/code_server.rs
  5. @@ -4,2 +4,4 @@
  6. *--------------------------------------------------------------------------------------------*/
  7. +#![allow(unused_imports)]
  8. +
  9. use super::paths::{InstalledServer, ServerPaths};
  10. diff --git a/cli/src/tunnels/dev_tunnels.rs b/cli/src/tunnels/dev_tunnels.rs
  11. index 0168ee6..5d0d8d4 100644
  12. --- a/cli/src/tunnels/dev_tunnels.rs
  13. +++ b/cli/src/tunnels/dev_tunnels.rs
  14. @@ -4,2 +4,4 @@
  15. *--------------------------------------------------------------------------------------------*/
  16. +#![allow(unused_imports)]
  17. +
  18. use super::protocol::{self, PortPrivacy, PortProtocol};
  19. diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs
  20. index 55f1dad..f22a83c 100644
  21. --- a/cli/src/update_service.rs
  22. +++ b/cli/src/update_service.rs
  23. @@ -4,2 +4,3 @@
  24. *--------------------------------------------------------------------------------------------*/
  25. +#![allow(unused_imports)]