Fix Clippy warning

This commit is contained in:
Padraic Fanning
2022-04-27 21:29:42 -04:00
parent 2815f3d037
commit 9d898deaed

View File

@@ -528,7 +528,7 @@ impl PyBaseException {
) -> (PyTypeRef, PyTupleRef, Option<PyDictRef>) {
(
zelf.class().clone(),
zelf.args().clone(),
zelf.args(),
zelf.as_object().dict(),
)
}