This is what I get for being smug

This commit is contained in:
Beefki 2017-08-14 05:33:12 +00:00
parent 74f8c5f04f
commit c742df65c7

View File

@ -12,7 +12,7 @@ struct Character {
impl Character { impl Character {
fn new(row: i32, col: i32, symbol: char) -> Character { fn new(row: i32, col: i32, symbol: char) -> Character {
let mut a = Character { Character {
row: row, row: row,
col: col, col: col,
symbol: symbol, symbol: symbol,