This repository serves as the backend for the Torrust Index project.
GNU Affero General Public License v3.0
54
stars
19
forks
source link
Clippy errors in nightly 1.83.0-nightly: `error: unneeded `return` statement` #741
Closed
josecelano closed 1 month ago
Relates to: https://rust-lang.github.io/rust-clippy/master/index.html#/needless_return
nightly-x86_64-unknown-linux-gnu (default) rustc 1.83.0-nightly (06bb8364a 2024-10-01)
It is complaining about
#[tokio::test]
using a semicolon in the last statement.