Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Oct 24, 2023
1 parent 9170807 commit ba17daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem/python/parser/src/object/full_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl Parser<&Expr> for FullParser {
let identifier = IdentifierParser::new().parse(identifier)?;
let mutability = self.get_mutability(&identifier);
Ok(Object { identifier, mutability, ..Default::default() })
}
}

impl Parser<&StmtAssign> for FullParser {
Expand Down

0 comments on commit ba17daf

Please sign in to comment.