Cargo clippy
[?]
Jan 13, 2022, 1:43 AM
G5YNDTPHPYRZZIGWLX2ZLVFRJ3B2NGAPVESSMTO7YEABDFIIE66ACDependencies
- [2]
5Y7ZXB53Start picker UI - [3]
YCWYAX6KFunctions for scraping names integrated enough to test (they don't work yet) - [4]
KUANIPWFAdd function for adding name to database - [5]
PQ4BG3ZJThe web scrape functions - [6]
LPVC545KGet the scraper part of this program working - [7]
AVLXUT3RMake the boxed errors Send - [*]
HMOBTVJ4Initialize crate and add expected dependencies
Change contents
- edit in src/pick.rs at line 1
use crate::names_database::AsyncConnection;use crate::DynResult; - edit in src/pick.rs at line 10
use crate::DynResult;use crate::names_database::AsyncConnection; - replacement in src/pick.rs at line 19
fn print_pair<A,B>(fn print_pair<A, B>( - replacement in src/pick.rs at line 23
) -> std::io::Result<()> where) -> std::io::Result<()>where - replacement in src/main.rs at line 28
}}, - replacement in src/main.rs at line 47
Self::Pick { count } => {}Self::Pick { count } => {} - replacement in src/gather.rs at line 87
let has_next = match next_button.next() {None => false,Some(_) => true,};let has_next = next_button.next().is_some();