diff options
| author | Yuri Astrakhan <yuriastrakhan@gmail.com> | 2024-09-23 10:49:39 -0400 |
|---|---|---|
| committer | nora <48135649+Noratrieb@users.noreply.github.com> | 2024-09-24 20:59:54 +0200 |
| commit | 80c947980f8630c55fdab82634f7f571ebe1f7ee (patch) | |
| tree | 5ea80ac618146b89e7f8cad7e3a0acaf5ff9afb9 | |
| parent | a689a55ed4bcb3917822a8524b4191f88730a36c (diff) | |
| download | rust-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.md | 2 |
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 ``` |
