penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
895 stars 49 forks source link

fix: lint warnings #103

Closed KunalSin9h closed 1 month ago

KunalSin9h commented 1 month ago

These are the fixes of clippy lint warnings. There are few remaining which are all basically "Never used" and "Never read".

all tests passes.