mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
replace clone with copy
This commit is contained in:
parent
164cddac5a
commit
07ee9cba07
2 changed files with 4 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ impl Meta {
|
|||
}
|
||||
|
||||
pub fn redirect_count(&self) -> Option<i8> {
|
||||
self.redirect_count.borrow().clone()
|
||||
*self.redirect_count.borrow()
|
||||
}
|
||||
|
||||
/// WARNING!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue