forked from torrust/torrust-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge torrust#117: Clear clippy warnings
f0d3da5 dev: fix remaning clippy warnings 2 (Cameron Garnham) da91f97 dev: fix remaning clippy warnings (Cameron Garnham) 493adbb dev: fix clippy warnings for: src/tracker.rs (Cameron Garnham) 6d5e2ed dev: fix clippy warnings for: src/routes/user.rs (Cameron Garnham) 33c3218 dev: fix clippy warnings for: src/routes/torrent.rs (Cameron Garnham) c20608f dev: fix clippy warnings for: src/routes/settings.rs (Cameron Garnham) 7277e4e dev: fix clippy warnings for: src/routes/mod.rs (Cameron Garnham) fd75fd4 dev: fix clippy warnings for: src/routes/category.rs (Cameron Garnham) 21493b0 dev: fix clippy warnings for: src/routes/about.rs (Cameron Garnham) f1b3663 dev: fix clippy warnings for: src/models/user.rs (Cameron Garnham) a0947d0 dev: fix clippy warnings for: src/models/torrent.rs (Cameron Garnham) 269cd28 dev: fix clippy warnings for: src/models/torrent_file.rs (Cameron Garnham) eb3dd11 dev: fix clippy warnings for: src/models/response.rs (Cameron Garnham) b737f10 dev: fix clippy warnings for: src/mailer.rs (Cameron Garnham) 3e7a917 dev: fix clippy warnings for: src/lib.rs (Cameron Garnham) 7f79fa9 dev: fix clippy warnings for: src/errors.rs (Cameron Garnham) 578b213 dev: fix clippy warnings for: src/databases/sqlite.rs (Cameron Garnham) 593ac6f dev: fix clippy warnings for: src/databases/mysql.rs (Cameron Garnham) ebc360e dev: fix clippy warnings for: src/databases/database.rs (Cameron Garnham) 7b28120 dev: fix clippy warnings for: src/console/commands/import_tracker_statistics.rs (Cameron Garnham) 836d53f dev: fix clippy warnings for: src/config.rs (Cameron Garnham) a741a22 dev: fix clippy warnings for: src/auth.rs (Cameron Garnham) 4a70ee0 dev: apply clippy auto-fixes (Cameron Garnham) Pull request description: ACKs for top commit: josecelano: ACK f0d3da5 da2ce7: ACK f0d3da5 Tree-SHA512: 5deb188c95e40272f168124460843456c54ff947e44861b45f40614f4b5ddc16d2e47e28b298d0e9eb0898d0c9021853607d5848a2f4b2a71740a4bd3c5362fa
- Loading branch information
Showing
54 changed files
with
1,240 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ hexlify | |
httpseeds | ||
imagoodboy | ||
imdl | ||
indexmap | ||
infohash | ||
jsonwebtoken | ||
leechers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.