mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Upgrade RustPython to match new flattened exports (#3141)
This commit is contained in:
parent
ba61bb6a6c
commit
2f9de335db
49 changed files with 196 additions and 236 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue