fixing warnings

pull/177/head
Ben Hansen 3 years ago
parent 2f8bf02710
commit 4e6c061914

@ -1,10 +1,7 @@
use anyhow::*;
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::fs::{read_to_string, write};
use std::path::PathBuf;
fn main() -> Result<()> {
// This tells cargo to rerun this script if something in /res/ changes.

@ -1,10 +1,7 @@
use anyhow::*;
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::fs::{read_to_string, write};
use std::path::PathBuf;
fn main() -> Result<()> {
// This tells cargo to rerun this script if something in /res/ changes.

@ -1,10 +1,7 @@
use anyhow::*;
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::fs::{read_to_string, write};
use std::path::PathBuf;
fn main() -> Result<()> {
// This tells cargo to rerun this script if something in /res/ changes.

@ -1,10 +1,7 @@
use anyhow::*;
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::fs::{read_to_string, write};
use std::path::PathBuf;
fn main() -> Result<()> {
// This tells cargo to rerun this script if something in /res/ changes.

@ -1,10 +1,7 @@
use anyhow::*;
use fs_extra::copy_items;
use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::fs::{read_to_string, write};
use std::path::PathBuf;
fn main() -> Result<()> {
// This tells cargo to rerun this script if something in /res/ changes.

Loading…
Cancel
Save