Skip to content

Commit a5493a2

Browse files
committed
style: imports organised by core, external and crate
1 parent e27c1d9 commit a5493a2

File tree

1 file changed

+2
-2
lines changed
  • src/evaluator/model/environment

1 file changed

+2
-2
lines changed

src/evaluator/model/environment/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use crate::evaluator::model::object::Object;
2-
31
use std::collections::HashMap;
42

3+
use crate::evaluator::model::object::Object;
4+
55
#[derive(Clone)]
66
pub(crate) struct Environment {
77
variables: HashMap<String, Object>,

0 commit comments

Comments
 (0)