Skip to content

chore release 1.4.4 #52

chore release 1.4.4

chore release 1.4.4 #52

GitHub Actions / clippy succeeded Jan 19, 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.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

See this annotation in the file changed.

@github-actions 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