Newer
Older
TelosDB / src-tauri / build_errors_2.txt
    Updating crates.io index
     Locking 1 package to latest compatible version
      Adding futures v0.3.31
 Downloading crates ...
  Downloaded futures v0.3.31
   Compiling futures-macro v0.3.31
    Checking futures-util v0.3.31
    Checking futures-executor v0.3.31
    Checking sqlx-core v0.8.6
    Checking hyper-util v0.1.20
    Checking tower v0.5.3
    Checking axum-core v0.4.5
    Checking futures v0.3.31
    Checking tower-http v0.6.8
    Checking hyper-tls v0.6.0
    Checking reqwest v0.12.28
    Checking axum v0.7.9
    Checking sqlx-sqlite v0.8.6
    Checking sqlx v0.8.6
    Checking sea-query-binder v0.7.0
    Checking sea-orm v1.1.19
    Checking app v0.1.0 (D:\develop\sqlitevector\src-tauri)
warning: unused import: `items::Entity as ItemsEntity`
  --> src\mcp.rs:12:30
   |
12 | use crate::entities::{items, items::Entity as ItemsEntity};
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `db_path`
  --> src\lib.rs:37:17
   |
37 |             let db_path = "vector.db";
   |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_path`
   |
   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `extension_path`
  --> src\lib.rs:38:17
   |
38 |             let extension_path = "../node_modules/sqlite-vec-windows-x64/vec0.dll";
   |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_extension_path`

warning: field `jsonrpc` is never read
  --> src\mcp.rs:17:9
   |
16 | pub struct JsonRpcRequest {
   |            -------------- field in this struct
17 |     pub jsonrpc: String,
   |         ^^^^^^^
   |
   = note: `JsonRpcRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `app` (lib) generated 4 warnings (run `cargo fix --lib -p app` to apply 3 suggestions)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s