File size: 1,353 Bytes
3167e93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
warning: unused imports: `Arc` and `Mutex`
  --> C:\Users\trios\.gemini\antigravity\vscode\loveca-copy\engine_rust_src\src\core\mcts.rs:18:17
   |
18 | use std::sync::{Arc, Mutex};
   |                 ^^^  ^^^^^
   |
   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: `engine_rust` (lib) generated 1 warning (run `cargo fix --lib -p engine_rust` to apply 1 suggestion)
    Checking loveca_launcher v0.1.0 (C:\Users\trios\.gemini\antigravity\vscode\loveca-copy\launcher)
src\main.rs:1:60: warning: unused import: `StatusCode`
src\main.rs:8:26: warning: unused import: `Serialize`
src\main.rs:330:33: warning: unused variable: `room`: help: if this is intentional, prefix it with an underscore: `_room`
src\main.rs:331:29: warning: unused variable: `ids`: help: if this is intentional, prefix it with an underscore: `_ids`
src\main.rs:179:33: warning: value assigned to `response_json` is never read
src\main.rs:28:5: warning: fields `id` and `last_update` are never read
src\main.rs:44:5: warning: field `public` is never read
src\main.rs:54:5: warning: field `deck_type` is never read
warning: `loveca_launcher` (bin "loveca_launcher") generated 8 warnings (run `cargo fix --bin "loveca_launcher" -p loveca_launcher` to apply 4 suggestions)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s