Skip to content

Commit f84cdb0

Browse files
committed
copy: Updated.
1 parent e67ebc3 commit f84cdb0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

copy/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
name = "copy"
33
version = "0.1.0"
44
authors = ["You <[email protected]>"]
5+
edition = "2018"
56

67
[dependencies]

copy/src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![warn(rust_2018_idioms)]
2+
#![allow(elided_lifetimes_in_paths)]
3+
14
use std::fs;
25
use std::io;
36
use std::path::Path;

0 commit comments

Comments
 (0)