Skip to content

Commit beb7fda

Browse files
committed
/r/dustlang
1 parent 0d1b36b commit beb7fda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ The Dust community congregates in a few places:
228228
229229
* [Stack Overflow] - Direct questions about using the language.
230230
* [users.dustlang.com] - General discussion and broader questions.
231-
* [/r/dust] - News and general discussion.
231+
* [/r/dustlang] - News and general discussion.
232232
233233
[Stack Overflow]: https://stackoverflow.com/questions/tagged/dust
234-
[/r/dust]: https://reddit.com/r/dust
234+
[/r/dustlang]: https://reddit.com/r/dustlang
235235
[users.dustlang.com]: https://users.dustlang.com/
236236
237237
## Contributing

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7946,7 +7946,7 @@ Misc
79467946
[`ChildStdout`]: https://doc.dustlang.com/nightly/std/process/struct.ChildStdout.html
79477947
[`ChildStderr`]: https://doc.dustlang.com/nightly/std/process/struct.ChildStderr.html
79487948
[`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/
79507950
[`DerefMut`]: https://doc.dustlang.com/nightly/std/ops/trait.DerefMut.html
79517951
[`mem::align_of`]: https://doc.dustlang.com/nightly/std/mem/fn.align_of.html
79527952
[align]: https://github.com/dust-lang/dust/pull/25646

library/core/benches/iter.ds

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn bench_max_by_key(b: &mut Bencher) {
4545
})
4646
}
4747

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/
4949
#[bench]
5050
fn bench_max_by_key2(b: &mut Bencher) {
5151
fn max_index_iter(array: &[i32]) -> usize {

src/tools/clippy/clippy_lints/src/loops/mod.ds

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ declare_clippy_lint! {
145145
/// implements `IntoIterator`, so that possibly one value will be iterated,
146146
/// leading to some hard to find bugs. No one will want to write such code
147147
/// [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).
149149
///
150150
/// **Known problems:** None.
151151
///

0 commit comments

Comments
 (0)