dummy return value

This commit is contained in:
Max Bradbury 2020-06-18 14:44:39 +01:00
parent fe6f3f5c84
commit 4430ee74aa
1 changed files with 1 additions and 1 deletions

View File

@ -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>) -> String {
"hello".to_string()
}
pub trait Quote {