From 555a02fcc3c5cc0439bf99b94b269b94e16b6d71 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Mon, 13 Jul 2020 00:45:14 +0200 Subject: [PATCH] structures: CsvExportRecord type update for policy_number * policy_number: type reset to usize Signed-off-by: Ralf Zerres --- advotracker/src/data/structures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advotracker/src/data/structures.rs b/advotracker/src/data/structures.rs index bc9977b..0a476ec 100644 --- a/advotracker/src/data/structures.rs +++ b/advotracker/src/data/structures.rs @@ -95,7 +95,7 @@ pub struct CsvExportRecord { /// Versicherungsschein Code pub policy_code: String, /// Versicherungsscheinnummer (10-stellig, numerisch) - pub policy_number: u32, + pub policy_number: usize, /// Anrufer: "Vorname, Nachname" pub policy_holder: String, /// Sachverhalt: "Kurzschilderung"