Optimize validate_arguments (#10)

This commit is contained in:
Charlie Marsh
2023-06-19 15:32:58 -04:00
committed by GitHub
parent 9cb00518e5
commit 21aa0b8d84
2 changed files with 10 additions and 5 deletions

View File

@@ -1104,7 +1104,7 @@ def args_to_tuple(*args: *Ts) -> Tuple[*Ts]: ...
#[test]
#[cfg(feature = "all-nodes-with-ranges")]
fn decorator_ranges() {
let parse_ast = parse_program(
let parse_ast = ast::Suite::parse(
r#"
@my_decorator
def test():