mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* Allow clippy::unnecessary_wraps lint * Change PyResultExt to_js signature * Change "to_js" to "into_js" * Refactor "to_js" to "into_js" * Continue refactoring "to_js" to "into_js" * Move clippy::unnecessary_wraps to lib.rs * Add allowed lint to jit/lib.rs * Add allowed lint to vm/src/lib.rs