replace clone with copy

This commit is contained in:
yggverse 2024-11-08 05:35:32 +02:00
parent 164cddac5a
commit 07ee9cba07
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ impl Meta {
}
pub fn redirect_count(&self) -> Option<i8> {
self.redirect_count.borrow().clone()
*self.redirect_count.borrow()
}
/// WARNING!