about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuri Astrakhan <yuriastrakhan@gmail.com>2024-09-23 10:49:39 -0400
committernora <48135649+Noratrieb@users.noreply.github.com>2024-09-24 20:59:54 +0200
commit80c947980f8630c55fdab82634f7f571ebe1f7ee (patch)
tree5ea80ac618146b89e7f8cad7e3a0acaf5ff9afb9
parenta689a55ed4bcb3917822a8524b4191f88730a36c (diff)
downloadrust-80c947980f8630c55fdab82634f7f571ebe1f7ee.tar.gz
rust-80c947980f8630c55fdab82634f7f571ebe1f7ee.zip
Apply suggestions from code review
Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>
-rw-r--r--src/doc/rustc-dev-guide/src/building/new-target.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/new-target.md b/src/doc/rustc-dev-guide/src/building/new-target.md
index 9e6aad3ed87..f66c3b02eec 100644
--- a/src/doc/rustc-dev-guide/src/building/new-target.md
+++ b/src/doc/rustc-dev-guide/src/building/new-target.md
@@ -142,7 +142,7 @@ to fail. To work around the warnings, you may want to disable `deny-warnings`
 in the config, or modify the dependency to remove the warnings.
 
 ```toml
-# /config.toml
+# config.toml
 [rust]
 deny-warnings = false
 ```