Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace data.clone() by Arc::clone(&data) in mutex doc.
Arc::clone(&from) is considered as more idiomatic because it conveys more explicitly the meaning of the code.
- Loading branch information