mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 08:35:21 +00:00
Fix clippy warnings with 1.58 & convert some format strings to capture-args
This commit is contained in:
parent
c0c3eaad8f
commit
d9653b4895
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ 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