Skip to content

Commit 36cce6b

Browse files
committed
run fmt
1 parent 5c854fc commit 36cce6b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/shell.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ fn shell_exec(
7171
}
7272
}
7373

74-
7574
/// Enter a repl loop
7675
pub fn run_shell(vm: &VirtualMachine, scope: Scope) -> PyResult<()> {
7776
let mut repl = Readline::new(helper::ShellHelper::new(vm, scope.globals.clone()));

vm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! - Interpreter
44
//! - Import mechanics
55
//! - Base objects
6-
//!
6+
//!
77
//! Some stdlib modules are implemented here, but most of them are in the `rustpython-stdlib` module. The
88
99
// to allow `mod foo {}` in foo.rs; clippy thinks this is a mistake/misunderstanding of

0 commit comments

Comments
 (0)