Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(object): replace as_ref().cloned() with clone()
- Simplify code by using clone() directly instead of as_ref().cloned() - Improve readability and conciseness in the Object implementation
- Loading branch information