Commit 06b1642
authored
Remove unnecessary underscore from
- [ ] Added a `CHANGELOG.md` entry
# Summary
Remove the leading underscore from the `_rng` parameter of the `sample`
method.
# Motivation
Because this parameter appears to be used. I think suppressing the
`unused_variables` lint is unnecessary.impl<T, const N: usize> Distribution<[T; N]> for StandardUniform (#1585)1 parent 49d76cd commit 06b1642
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
| 240 | + | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments