forked from Rust-related/RustPython
* 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