We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a24e2f commit e89bd94Copy full SHA for e89bd94
compiler/rustc/src/main.rs
@@ -31,7 +31,7 @@
31
//
32
// NOTE: if you are reading this comment because you want to replace jemalloc with another allocator
33
// to compare their performance, see
34
-// https://github.com/fee1-dead-contrib/rust/commit/b90cfc887c31c3e7a9e6d462e2464db1fe506175#diff-43914724af6e464c1da2171e4a9b6c7e607d5bc1203fa95c0ab85be4122605ef
+// https://github.com/rust-lang/rust/commit/b90cfc887c31c3e7a9e6d462e2464db1fe506175#diff-43914724af6e464c1da2171e4a9b6c7e607d5bc1203fa95c0ab85be4122605ef
35
// for an example of how to do so.
36
37
#[unix_sigpipe = "sig_dfl"]
0 commit comments