From fc725d24908fbe2ba69e0994d13367438fb07db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 15 Jan 2021 14:36:45 +0100 Subject: reorder imports --- src/vm.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vm.rs') diff --git a/src/vm.rs b/src/vm.rs index daf2ead..33ae9c9 100644 --- a/src/vm.rs +++ b/src/vm.rs @@ -1,8 +1,8 @@ +use owo_colors::OwoColorize; +use std::collections::HashMap; use std::fmt::Debug; use std::path::{Path, PathBuf}; use std::rc::Rc; -use std::collections::HashMap; -use owo_colors::OwoColorize; use crate::compiler::Type; use crate::error::{Error, ErrorKind}; -- cgit v1.2.1