commit | 96113f3a82cfdbcadcd0ffe221c19a60cf91d69b | [log] [tgz] |
---|---|---|
author | Charisee <chiw@google.com> | Thu Jan 26 09:00:42 2023 +0000 |
committer | Charisee <chiw@google.com> | Thu Jan 26 18:24:25 2023 +0000 |
tree | 342786325b739029d734dc6ce10b21ba7611e79f | |
parent | 75d0563476ed6fa33238e10c22e0eac262b84ef4 [diff] [blame] |
Importing rustc-1.66.0 Test: ./build.py --lto=thin Bug: 263153841 Change-Id: I36050e4015d71a3dab9097947b43644e09c4c648
diff --git a/zipfuse/src/main.rs b/zipfuse/src/main.rs index 5e9e160..20d6fd6 100644 --- a/zipfuse/src/main.rs +++ b/zipfuse/src/main.rs
@@ -673,7 +673,7 @@ |root| { let path = root.join("foo"); - let metadata = fs::metadata(&path); + let metadata = fs::metadata(path); assert!(metadata.is_ok()); let metadata = metadata.unwrap();