tarantool: fix compatibility with new interface of traits #132
GitHub Actions / clippy
failed
Sep 1, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.1 (3f5fd8dd4 2024-08-06)
- cargo 1.80.1 (376290515 2024-07-16)
- clippy 0.1.80 (3f5fd8d 2024-08-06)
Annotations
Check failure on line 1 in hitbox-backend/src/serializer.rs
github-actions / clippy
unused import: `borrow::Borrow`
error: unused import: `borrow::Borrow`
--> hitbox-backend/src/serializer.rs:1:11
|
1 | use std::{borrow::Borrow, marker::PhantomData};
| ^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Loading