ci: add permissions #51
GitHub Actions / clippy
succeeded
Jan 18, 2024 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.77.0-nightly (e51e98dde 2023-12-31)
- cargo 1.77.0-nightly (ac6bbb332 2023-12-26)
- clippy 0.1.77 (e51e98d 2023-12-31)
Annotations
Check warning on line 32 in src/config.rs
github-actions / clippy
method `room_id` is never used
warning: method `room_id` is never used
--> src/config.rs:32:10
|
27 | impl Config {
| ----------- method in this implementation
...
32 | pub fn room_id(&self, target: u64) -> Option<Arc<Uuid>> {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Loading