From d7039fb2b95d5b1976bb18818347e460832f42bf Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 12 Jun 2017 23:10:28 +0100 Subject: [PATCH] Fill in tracking issue for the profile feature --- src/doc/unstable-book/src/compiler-flags/profile.md | 2 +- src/doc/unstable-book/src/language-features/profiler-runtime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/unstable-book/src/compiler-flags/profile.md b/src/doc/unstable-book/src/compiler-flags/profile.md index 3b4f34e67c5..66d14fd0997 100644 --- a/src/doc/unstable-book/src/compiler-flags/profile.md +++ b/src/doc/unstable-book/src/compiler-flags/profile.md @@ -1,6 +1,6 @@ # `profile` -The tracking issue for this feature is: None +The tracking issue for this feature is: [#42524](https://github.com/rust-lang/rust/issues/42524). ------------------------ diff --git a/src/doc/unstable-book/src/language-features/profiler-runtime.md b/src/doc/unstable-book/src/language-features/profiler-runtime.md index a9879c8d5a6..aee86f63952 100644 --- a/src/doc/unstable-book/src/language-features/profiler-runtime.md +++ b/src/doc/unstable-book/src/language-features/profiler-runtime.md @@ -1,5 +1,5 @@ # `profiler_runtime` -The tracking issue for this feature is: None. +The tracking issue for this feature is: [#42524](https://github.com/rust-lang/rust/issues/42524). ------------------------