changeset 32:f7123f6d7ae9

Remove outdated comment
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 03 Dec 2020 00:03:36 +0100
parents 7559c75bb43c
children 150e76fd3d0e
files src/main.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.rs	Thu Dec 03 00:02:58 2020 +0100
+++ b/src/main.rs	Thu Dec 03 00:03:36 2020 +0100
@@ -43,7 +43,7 @@
 struct LiveUpdate {
     #[serde(rename = "type")]
     typ: String, // always "GeoHubUpdate"
-    last: Option<i32>, // page token -- send in next request!
+    last: Option<i32>,
     geo: Option<types::GeoJSON>,
     error: Option<String>,
 }