From ca94507cc3fb3f47408e17767b40cfaaf7328615 Mon Sep 17 00:00:00 2001 From: "Hatter Jiang@Pixelbook" Date: Sat, 10 Aug 2019 10:59:19 +0800 Subject: [PATCH] update main.rs --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 9b71ee2..f7f1e87 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,12 +1,12 @@ #[macro_use] extern crate json; +#[macro_use] +extern crate lazy_static; extern crate term; extern crate dirs; extern crate crypto; extern crate urlencoding; extern crate rust_util; -#[macro_use] -extern crate lazy_static; pub mod jdk; pub mod local_util;