Fixes and improvements courtesy of Daan (black-puppydog) #6

Merged
glyph merged 13 commits from black_puppydog_fixes into main 2022-10-02 16:43:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 473e9ac225 - Show all commits

View File

@ -74,7 +74,7 @@ Now open `src/main.rs` and add the following code:
```rust
mod db;
use xdg::BaseDirectories.
use xdg::BaseDirectories;
use crate::{db::Database, routes::*};