mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 04:14:34 +01:00
- Removed unecessary clones - Got rid of uneeded scoping in read_complete callback - Use more rusty syntax e.g. std::cell::RefCell::borrow_mut(&buffer) -> buffer.borrow_mut() - Changed write_page.unwrap() to write_page()? to match run_once and read_page() No functional change. Reviewed-by: Jussi Saurio <kacperoza@gmail.com> Closes #608