forked from M-Labs/ionpak-thermostat
build.rs: delint
This commit is contained in:
parent
225be7b911
commit
bb35f91a57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue