warnings fix

This commit is contained in:
Dhanji Prasanna
2025-10-23 07:17:55 +11:00
parent 3ec65e38ee
commit efd4eca755
5 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
use g3_computer_control::{create_controller, ComputerController};
use g3_computer_control::create_controller;
#[tokio::main]
async fn main() {