dummy return value
This commit is contained in:
parent
fe6f3f5c84
commit
4430ee74aa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue