mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-01 08:07:50 +00:00
Move (c)format basic implementations to rustpython-common
This commit is contained in:
parent
bf715ab1ca
commit
ef369a926a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ impl Indentations {
|
||||||
fn current(&self) -> &IndentationLevel {
|
fn current(&self) -> &IndentationLevel {
|
||||||
self.indent_stack
|
self.indent_stack
|
||||||
.last()
|
.last()
|
||||||
.expect("Indetations must have at least one level")
|
.expect("Indentations must have at least one level")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue