This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
feat!: finish postman imports, improve UX around stored requests #235
GitHub Actions / clippy
succeeded
Apr 21, 2024 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.77.2 (25ef9e3d8 2024-04-09)
- cargo 1.77.2 (e52e36006 2024-03-26)
- clippy 0.1.77 (25ef9e3 2024-04-09)
Annotations
Check warning on line 76 in src/app.rs
github-actions / clippy
associated function `new_test_db` is never used
warning: associated function `new_test_db` is never used
--> src/app.rs:76:8
|
75 | impl<'a> App<'a> {
| ---------------- associated function in this implementation
76 | fn new_test_db() -> Self {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Loading