Update to edition 2018
This commit is contained in:
parent
bc4a898c0a
commit
602c7f7ebe
41 changed files with 188 additions and 196 deletions
|
|
@ -1,6 +1,3 @@
|
|||
extern crate schematics;
|
||||
extern crate tempdir;
|
||||
|
||||
use schematics::symbols::file::File as FileSymbol;
|
||||
use schematics::symbols::Symbol;
|
||||
use std::fs::File;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
extern crate regex;
|
||||
extern crate schematics;
|
||||
extern crate tempdir;
|
||||
|
||||
use regex::Regex;
|
||||
use schematics::storage::{SimpleStorage, Storage};
|
||||
use std::fs::{create_dir, File};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue