diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-05-11 17:43:58 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-05-11 17:43:58 -0400 |
| commit | 332eff26a0a358eef52c307b02b7e1ac080dd15f (patch) | |
| tree | b0c9dd25ff325a8f11f79383295af1a5a05f323b /src/main.rs | |
| parent | 833f2bed24ab49f1c6242762b6d1e0be9192e870 (diff) | |
db: fixup build, async-await
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 3b8c2af..be2fc90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ pub use self::{ util::*, }; -#[cfg(feature = "diesel")] +#[cfg(feature = "db")] mod db; #[cfg(feature = "games")] |
