Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of #6097 : Blei/rust/fix-rand, r=pnkfelix
`self` has type `&@Rand`, so `*self` will be of type `@Rand` which causes this same impl to be called again. Fixes #6061
- Loading branch information