From 010895c558ece3247b1ea8b0f90098c7bd254657 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 9 Dec 2020 23:45:51 +0100 Subject: Update dependency: rust-ini: 0.13 -> 0.16 Cherry picked, fixed merge conflict in Cargo.toml and ran cargo-fmt on the new tree. (cherry picked from commit 43ca83a4fa6ea55274f7c78a1914fe93476916ed) Signed-off-by: Matthias Beyer --- tests/file_ini.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/file_ini.rs') diff --git a/tests/file_ini.rs b/tests/file_ini.rs index a54f0fe..e473158 100644 --- a/tests/file_ini.rs +++ b/tests/file_ini.rs @@ -64,7 +64,7 @@ fn test_error_parse() { assert_eq!( res.unwrap_err().to_string(), format!( - r#"2:0 Expecting "[Some('='), Some(':')]" but found EOF. in {}"#, + r#"2:0 expecting "[Some('='), Some(':')]" but found EOF. in {}"#, path.display() ) ); -- cgit v1.2.3