diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-20 18:26:42 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-20 18:26:42 +0000 |
| commit | 5d21d188f82774a814b8ace48cd833958b92a176 (patch) | |
| tree | ed9ec8fd70f2d832e62f2a1e3fd36a419d3e194e /src/models/warning.rs | |
| parent | e010223224b28df4b53e763b2a4f2a4fb37cc339 (diff) | |
Fix typo
Diffstat (limited to 'src/models/warning.rs')
| -rw-r--r-- | src/models/warning.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/warning.rs b/src/models/warning.rs index 0725d53..200f671 100644 --- a/src/models/warning.rs +++ b/src/models/warning.rs @@ -3,7 +3,7 @@ use chrono::{Local, NaiveDateTime}; use serde::{Deserialize, Serialize}; use sqlx::Row; -/// Model for models. +/// Model for warnings. #[derive(Deserialize, Serialize, sqlx::FromRow)] pub struct Warning { id: i32, |
