remove clone() (#32885)

This commit is contained in:
Jeff Washington (jwash) 2023-08-18 08:18:32 -07:00 committed by GitHub
parent 9499d3d2f8
commit 7d203722cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ impl CacheHashData {
.read(true)
.write(true)
.create(false)
.open(path.clone())?;
.open(&path)?;
m1.stop();
stats.read_us = m1.as_us();