Skip to content

rage: Add localized manpages to the Debian package

Sign in for the full log view
GitHub Actions / Clippy (MSRV) failed Jan 20, 2024 in 0s

Clippy (MSRV)

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.65.0 (897e37553 2022-11-02)
  • cargo 1.65.0 (4bc8f24d3 2022-10-20)
  • clippy 0.1.65 (897e375 2022-11-02)

Annotations

Check failure on line 26 in rage/src/bin/rage/i18n.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

this expression creates a reference which is immediately dereferenced by the compiler

error: this expression creates a reference which is immediately dereferenced by the compiler
  --> rage/src/bin/rage/i18n.rs:26:63
   |
26 |         i18n_embed::select(&*LANGUAGE_LOADER, &Localizations, &requested_languages).unwrap();
   |                                                               ^^^^^^^^^^^^^^^^^^^^ help: change this to: `requested_languages`
   |
   = note: `-D clippy::needless-borrow` implied by `-D warnings`
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow