mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-12 05:16:16 +00:00
clean up imports and useless allow attributes
This commit is contained in:
parent
a4f34f64e9
commit
bedb508667
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
use rustpython_ast::Location;
|
||||
|
||||
use std::error::Error;
|
||||
use std::fmt;
|
||||
use std::{error::Error, fmt};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CompileError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue