From 4430ee74aa0c40bf60f174f664ce5e9d18e56b7b Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Thu, 18 Jun 2020 14:44:39 +0100 Subject: [PATCH] dummy return value --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 805ec41..7e8a311 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -159,7 +159,7 @@ fn is_string_numeric(str: String) -> bool { /// e.g. pass all tile IDs into this to get a new non-conflicting tile ID #[inline] fn new_unique_id(ids: Vec) -> String { - + "hello".to_string() } pub trait Quote {