summaryrefslogtreecommitdiff
path: root/src/models/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/mod.rs')
-rw-r--r--src/models/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/mod.rs b/src/models/mod.rs
index d7ff47a..1a4d1df 100644
--- a/src/models/mod.rs
+++ b/src/models/mod.rs
@@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize)]
pub struct Car {
- year: u16, // Yes, in 30767 years I will address this.
+ year: u16, // I'll worry about this in 65534 AD.
make: String,
model: String,
engine: Engine,