Move (c)format basic implementations to rustpython-common

This commit is contained in:
Jeong YunWon 2023-01-01 09:09:58 +09:00
parent bf715ab1ca
commit ef369a926a

View file

@ -81,7 +81,7 @@ impl Indentations {
fn current(&self) -> &IndentationLevel {
self.indent_stack
.last()
.expect("Indetations must have at least one level")
.expect("Indentations must have at least one level")
}
}