Updated readme and bumped version to memflow stable 0.2 #26
GitHub Actions / clippy
succeeded
Jun 9, 2024 in 0s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
Check warning on line 60 in src/config/settings.rs
github-actions / clippy
method `persist` is never used
warning: method `persist` is never used
--> src/config/settings.rs:60:12
|
43 | impl Settings {
| ------------- method in this implementation
...
60 | pub fn persist(&self) -> Result<()> {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 60 in src/config/settings.rs
github-actions / clippy
method `persist` is never used
warning: method `persist` is never used
--> src/config/settings.rs:60:12
|
43 | impl Settings {
| ------------- method in this implementation
...
60 | pub fn persist(&self) -> Result<()> {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Loading