mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-22 20:45:28 +00:00
Move (c)format basic implementations to rustpython-common
This commit is contained in:
parent
92b2574d52
commit
f8787a9377
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