fix clippy warnings

I don't know why these are "intermittent"
This commit is contained in:
Dustin J. Mitchell
2020-11-26 22:36:31 -05:00
parent 26b17c6dbc
commit 2064057688
3 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ impl<'t> Server for LocalServer<'t> {
Ok(GetVersionResult::Version {
version_id: version.version_id,
parent_version_id: version.parent_version_id,
history_segment: version.history_segment.clone(),
history_segment: version.history_segment,
})
} else {
Ok(GetVersionResult::NoSuchVersion)