build.rs: delint

master
Astro 2019-10-30 19:55:15 +01:00
parent 225be7b911
commit bb35f91a57
1 changed files with 1 additions and 4 deletions

View File

@ -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