From 01286a3ea3d059716f1e9d726cb209f832172585 Mon Sep 17 00:00:00 2001 From: Anthony S Cicchetti Date: Tue, 25 Apr 2017 22:41:40 -0400 Subject: [PATCH] Minor edit for testing --- rust/gigasecond/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/gigasecond/src/lib.rs b/rust/gigasecond/src/lib.rs index f846dc9..eb37da7 100644 --- a/rust/gigasecond/src/lib.rs +++ b/rust/gigasecond/src/lib.rs @@ -2,6 +2,6 @@ extern crate chrono; use chrono::UTC; pub fn after(input_date: UTC) -> UTC { - let utc: lived_for_date = input_date + Duration::seconds(1_000_000_000); + let UTC: lived_for_date = input_date + Duration::seconds(1_000_000_000); return lived_for_date; -} \ No newline at end of file +}