mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Minor clippy fix.
This commit is contained in:
@@ -190,7 +190,7 @@ pub enum Constant {
|
||||
Boolean { value: bool },
|
||||
String { value: String },
|
||||
Bytes { value: Vec<u8> },
|
||||
Code { code: CodeObject },
|
||||
Code { code: Box<CodeObject> },
|
||||
Tuple { elements: Vec<Constant> },
|
||||
None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user