From bb35f91a579e91b1b5ec3cb90384b3a8965fb0e8 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 30 Oct 2019 19:55:15 +0100 Subject: [PATCH] build.rs: delint --- firmware/build.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/firmware/build.rs b/firmware/build.rs index fef2a2f..75cc566 100644 --- a/firmware/build.rs +++ b/firmware/build.rs @@ -3,10 +3,7 @@ extern crate walkdir; use std::env; use std::io::Write; use std::fs::File; -use std::path::{Path, PathBuf}; -use std::process::Command; - -use walkdir::WalkDir; +use std::path::PathBuf; fn linker_script() { // Put the linker script somewhere the linker can find it