mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-02 00:11:02 +00:00
Remove redundant imports
This commit is contained in:
parent
192c0f8efd
commit
885dcf91fe
1 changed files with 0 additions and 2 deletions
2
build.rs
2
build.rs
|
@ -1,5 +1,3 @@
|
||||||
use rsass;
|
|
||||||
|
|
||||||
use ructe::Ructe;
|
use ructe::Ructe;
|
||||||
use std::process::{Command, Stdio};
|
use std::process::{Command, Stdio};
|
||||||
use std::{ffi::OsStr, fs::*, io::Write, path::*};
|
use std::{ffi::OsStr, fs::*, io::Write, path::*};
|
||||||
|
|
Loading…
Reference in a new issue