Cargo clippy

[?]
Jan 13, 2022, 1:43 AM
G5YNDTPHPYRZZIGWLX2ZLVFRJ3B2NGAPVESSMTO7YEABDFIIE66AC

Dependencies

  • [2] 5Y7ZXB53 Start picker UI
  • [3] YCWYAX6K Functions for scraping names integrated enough to test (they don't work yet)
  • [4] KUANIPWF Add function for adding name to database
  • [5] PQ4BG3ZJ The web scrape functions
  • [6] LPVC545K Get the scraper part of this program working
  • [7] AVLXUT3R Make the boxed errors Send
  • [*] HMOBTVJ4 Initialize crate and add expected dependencies

Change contents

  • edit in src/pick.rs at line 1
    [2.32]
    [2.33]
    use crate::names_database::AsyncConnection;
    use crate::DynResult;
  • edit in src/pick.rs at line 10
    [2.211][2.211:277]()
    use crate::DynResult;
    use crate::names_database::AsyncConnection;
  • replacement in src/pick.rs at line 19
    [2.482][2.482:502]()
    fn print_pair<A,B>(
    [2.482]
    [2.502]
    fn print_pair<A, B>(
  • replacement in src/pick.rs at line 23
    [2.557][2.557:588]()
    ) -> std::io::Result<()> where
    [2.557]
    [2.588]
    ) -> std::io::Result<()>
    where
  • replacement in src/main.rs at line 28
    [2.1019][2.1019:1025]()
    }
    [2.1019]
    [3.337]
    },
  • replacement in src/main.rs at line 47
    [3.779][2.1026:1078]()
    Self::Pick { count } => {
    }
    [3.779]
    [3.1643]
    Self::Pick { count } => {}
  • replacement in src/gather.rs at line 87
    [3.2203][3.2203:2336]()
    let has_next = match next_button.next() {
    None => false,
    Some(_) => true,
    };
    [3.2203]
    [3.2336]
    let has_next = next_button.next().is_some();