Merge pull request #602 from triska/put_char

put_char/[1,2]: throw type errors for atoms that are not characters
This commit is contained in:
Mark Thom
2020-06-18 12:16:47 -03:00
committed by GitHub

View File

@@ -1905,7 +1905,6 @@ impl MachineState {
}
}
_ => {
unreachable!()
}
}
}