mirror of
https://github.com/teo3300/rust-mal.git
synced 2026-01-12 01:05:32 +01:00
@ -108,7 +108,7 @@ impl Reader {
|
||||
} else if tk.starts_with(':') {
|
||||
return Ok(Key(format!("ʞ{}", tk)));
|
||||
}
|
||||
return Ok(Sym(tk.to_string()));
|
||||
Ok(Sym(tk.to_string()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user