port all optional features to 2018-edition
This commit is contained in:
committed by
Sean McArthur
parent
4773408ae4
commit
3ba4b6eadf
@@ -57,7 +57,7 @@ fn file() {
|
||||
let form = reqwest::multipart::Form::new()
|
||||
.file("foo", "Cargo.lock").unwrap();
|
||||
|
||||
let fcontents = ::std::fs::read_to_string("Cargo.lock").unwrap();
|
||||
let fcontents = std::fs::read_to_string("Cargo.lock").unwrap();
|
||||
|
||||
let expected_body = format!("\
|
||||
--{0}\r\n\
|
||||
|
||||
Reference in New Issue
Block a user