mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Fix Clippy warning
This commit is contained in:
@@ -528,7 +528,7 @@ impl PyBaseException {
|
||||
) -> (PyTypeRef, PyTupleRef, Option<PyDictRef>) {
|
||||
(
|
||||
zelf.class().clone(),
|
||||
zelf.args().clone(),
|
||||
zelf.args(),
|
||||
zelf.as_object().dict(),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user