| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | chore(treewide): Remove glob imports | Benedikt Peetz | 13 hours |
| | | |||
| * | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | 33 hours |
| | | | | | Just a run of `cargo clippy --fix` | ||
| * | chore(treewide): Remove `cargo` warnings to 0 | Benedikt Peetz | 33 hours |
| | | | | | There are still the `clippy` warnings, but they are for a future date. | ||
| * | chore: Remove all `pub`s | Benedikt Peetz | 3 days |
| | | | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)` | ||
| * | chore: Move everything into one big crate | Benedikt Peetz | 3 days |
| That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | |||
