You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cspell: add USERINFO, userinfo, CSPRNG, plainpassword to project-words.txt
- clippy: use map_or_else instead of map().unwrap_or_else() in tracker_core_section.rs
- clippy: backtick MySQL and SQLite in doc comments (doc_markdown)
- clippy: add #[allow(clippy::too_many_arguments)] to new_with_mysql
- clippy: change mysql_host and host from String to &str (needless_pass_by_value)
- clippy: add # Panics section to generate_random_password docs
- clippy: replace redundant closures with char::is_uppercase/is_lowercase
- rustfmt: run cargo fmt
- docs: mark Phase 5 and all acceptance criteria as complete in issue torrust#410
0 commit comments