Upgrade RustPython to match new flattened exports (#3141)

This commit is contained in:
Charlie Marsh 2023-02-22 14:36:13 -05:00 committed by GitHub
parent ba61bb6a6c
commit 2f9de335db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 196 additions and 236 deletions

View file

@ -5,7 +5,7 @@ use std::fs;
use std::path::PathBuf;
use anyhow::Result;
use rustpython_parser::parser;
use rustpython_parser as parser;
#[derive(clap::Args)]
pub struct Args {