From 815814529eec6f739eb1618fdf356e526b3879e1 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sun, 24 Jan 2021 23:38:44 -0800 Subject: changed: remove 2015-style extern crate --- src/deploy.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deploy.rs') diff --git a/src/deploy.rs b/src/deploy.rs index a33721c..686c7b7 100644 --- a/src/deploy.rs +++ b/src/deploy.rs @@ -3,10 +3,10 @@ // // SPDX-License-Identifier: MPL-2.0 +use log::{debug, info}; use std::borrow::Cow; -use tokio::process::Command; - use thiserror::Error; +use tokio::process::Command; struct ActivateCommandData<'a> { sudo: &'a Option, -- cgit v1.2.3