mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-23 13:06:07 +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
|
@ -88,7 +88,6 @@ struct CompileContext {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
enum FunctionContext {
|
||||
NoFunction,
|
||||
Function,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue