open-spaced-repetition / rs-fsrs

Rust-based Scheduler for FSRS
MIT License
22 stars 4 forks source link

pedantic #16

Closed asukaminato0721 closed 2 months ago

asukaminato0721 commented 9 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() ?