From 885dcf91fe2e419a90b52444dae5279cf9bdc209 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 16 Jan 2021 12:53:05 +0900 Subject: [PATCH] Remove redundant imports --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index 151bd668..e56fc559 100644 --- a/build.rs +++ b/build.rs @@ -1,5 +1,3 @@ -use rsass; - use ructe::Ructe; use std::process::{Command, Stdio}; use std::{ffi::OsStr, fs::*, io::Write, path::*};