Skip to content

Commit 4550ea9

Browse files
Auto-format: cargo fmt --all
1 parent 2910339 commit 4550ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use criterion::{
33
measurement::WallTime,
44
};
55
use rustpython_compiler::Mode;
6-
use rustpython_vm::{Interpreter, PyResult, Settings};
76
use rustpython_stdlib;
7+
use rustpython_vm::{Interpreter, PyResult, Settings};
88
use std::{collections::HashMap, hint::black_box, path::Path};
99

1010
fn bench_cpython_code(b: &mut Bencher, source: &str) {

0 commit comments

Comments
 (0)