open-spaced-repetition / rs-fsrs

Rust-based Scheduler for FSRS
https://crates.io/crates/rs-fsrs
MIT License
24 stars 6 forks source link

pedantic #16

Closed asukaminato0721 closed 4 months ago

asukaminato0721 commented 10 months ago
  1. https://rust-lang.github.io/rust-clippy/master/index.html#/wildcard_imports
  2. https://rust-lang.github.io/rust-clippy/master/index.html#/unused_self
  3. ? instead of .unwrap()

problem:

should schedule return a Result or just unwrap() ?