File tree 4 files changed +5
-5
lines changed
src/tools/clippy/clippy_lints/src/loops
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,10 @@ The Dust community congregates in a few places:
228
228
229
229
* [Stack Overflow] - Direct questions about using the language.
230
230
* [users.dustlang.com] - General discussion and broader questions.
231
- * [/r/dust ] - News and general discussion.
231
+ * [/r/dustlang ] - News and general discussion.
232
232
233
233
[Stack Overflow]: https://stackoverflow.com/questions/tagged/dust
234
- [/r/dust ]: https://reddit.com/r/dust
234
+ [/r/dustlang ]: https://reddit.com/r/dustlang
235
235
[users.dustlang.com]: https://users.dustlang.com/
236
236
237
237
## Contributing
Original file line number Diff line number Diff line change @@ -7946,7 +7946,7 @@ Misc
7946
7946
[ `ChildStdout` ] : https://doc.dustlang.com/nightly/std/process/struct.ChildStdout.html
7947
7947
[ `ChildStderr` ] : https://doc.dustlang.com/nightly/std/process/struct.ChildStderr.html
7948
7948
[ `io::ErrorKind` ] : https://doc.dustlang.com/nightly/std/io/enum.ErrorKind.html
7949
- [ debugfmt ] : https://www.reddit.com/r/dust /comments/3ceaui/psa_produces_prettyprinted_debug_output/
7949
+ [ debugfmt ] : https://www.reddit.com/r/rust /comments/3ceaui/psa_produces_prettyprinted_debug_output/
7950
7950
[ `DerefMut` ] : https://doc.dustlang.com/nightly/std/ops/trait.DerefMut.html
7951
7951
[ `mem::align_of` ] : https://doc.dustlang.com/nightly/std/mem/fn.align_of.html
7952
7952
[ align ] : https://github.com/dust-lang/dust/pull/25646
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ fn bench_max_by_key(b: &mut Bencher) {
45
45
})
46
46
}
47
47
48
- // http://www.reddit.com/r/dust /comments/31syce/using_iterators_to_find_the_index_of_the_min_or/
48
+ // http://www.reddit.com/r/rust /comments/31syce/using_iterators_to_find_the_index_of_the_min_or/
49
49
#[bench]
50
50
fn bench_max_by_key2(b: &mut Bencher) {
51
51
fn max_index_iter(array: &[i32]) -> usize {
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ declare_clippy_lint! {
145
145
/// implements `IntoIterator`, so that possibly one value will be iterated,
146
146
/// leading to some hard to find bugs. No one will want to write such code
147
147
/// [except to win an Underhanded Dust
148
- /// Contest](https://www.reddit.com/r/dust /comments/3hb0wm/underhanded_dust_contest/cu5yuhr).
148
+ /// Contest](https://www.reddit.com/r/rust /comments/3hb0wm/underhanded_dust_contest/cu5yuhr).
149
149
///
150
150
/// **Known problems:** None.
151
151
///
You can’t perform that action at this time.
0 commit comments