copy: Updated.

pull/13/head
Jim Blandy 3 years ago
parent e67ebc345c
commit f84cdb094d

@ -2,5 +2,6 @@
name = "copy"
version = "0.1.0"
authors = ["You <you@example.com>"]
edition = "2018"
[dependencies]

@ -1,3 +1,6 @@
#![warn(rust_2018_idioms)]
#![allow(elided_lifetimes_in_paths)]
use std::fs;
use std::io;
use std::path::Path;

Loading…
Cancel
Save