mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-29 14:54:56 +00:00
Incorrect f-string parsing (#112)
* Fix parse_fstring * Add test * Push char * Remove unused import
This commit is contained in:
parent
8731e9fc50
commit
9ce55aefde
3 changed files with 27 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
use crate::text_size::{TextRange, TextSize};
|
||||
|
||||
pub use crate::builtin::*;
|
||||
|
||||
pub trait Ranged {
|
||||
fn range(&self) -> TextRange;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue