mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
run fmt
This commit is contained in:
@@ -71,7 +71,6 @@ fn shell_exec(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Enter a repl loop
|
||||
pub fn run_shell(vm: &VirtualMachine, scope: Scope) -> PyResult<()> {
|
||||
let mut repl = Readline::new(helper::ShellHelper::new(vm, scope.globals.clone()));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//! - Interpreter
|
||||
//! - Import mechanics
|
||||
//! - Base objects
|
||||
//!
|
||||
//!
|
||||
//! Some stdlib modules are implemented here, but most of them are in the `rustpython-stdlib` module. The
|
||||
|
||||
// to allow `mod foo {}` in foo.rs; clippy thinks this is a mistake/misunderstanding of
|
||||
|
||||
Reference in New Issue
Block a user