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::env;
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::PathBuf;
|
||||||
use std::process::Command;
|
|
||||||
|
|
||||||
use walkdir::WalkDir;
|
|
||||||
|
|
||||||
fn linker_script() {
|
fn linker_script() {
|
||||||
// Put the linker script somewhere the linker can find it
|
// Put the linker script somewhere the linker can find it
|
||||||
|
|
Loading…
Reference in New Issue