getmetal / motorhead

🧠 Motorhead is a memory and information retrieval server for LLMs.
https://getmetal.io
Apache License 2.0
846 stars 79 forks source link

handle build warning #55

Closed softboyjimbo closed 1 year ago

softboyjimbo commented 1 year ago

Handle the following warning:

=> [build 11/11] RUN cargo build --release                                                                                                                                 4.0s
 => => #     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 => => #     |
 => => #     = note: this `Result` may be an `Err` variant, which should be handled
 => => #     = note: `#[warn(unused_must_use)]` on by default
 => => #     = note: this warning originates in the macro `$crate::join` which comes from the expansion of the macro `tokio::join` (in Nightly builds, run with -Z macro-backtra
 => => # ce for more info)
Czechh commented 1 year ago

You can also verify these with cargo clippy