Fix some clippy warnings

Signed-off-by: Quang Luong <quangio@outlook.com>
This commit is contained in:
Quang Luong
2020-09-18 11:20:06 +07:00
committed by Mathias Hall-Andersen
parent a7dea4f2b4
commit 9b53a9d1a6
26 changed files with 701 additions and 666 deletions

View File

@@ -28,5 +28,5 @@ pub fn compare(old: &TAI64N, new: &TAI64N) -> bool {
return true;
}
}
return false;
false
}