Improve lifetimes for get_property_numeric.

This commit is contained in:
Tom Alexander
2023-10-02 15:51:29 -04:00
parent e7ec23af3d
commit c55fae86f8
2 changed files with 3 additions and 3 deletions

View File

@@ -2118,7 +2118,7 @@ fn compare_timestamp<'b, 's>(
_source: &'s str,
emacs: &'b Token<'s>,
rust: &'b Timestamp<'s>,
) -> Result<DiffEntry<'b, 's>, Box<dyn std::error::Error>> {
) -> Result<DiffEntry<'b, 's>, Box<dyn std::error::Error + 's>> {
let mut this_status = DiffStatus::Good;
let mut message = None;