From bf46b0f7e72405c19ef03afcc1bf5f372e66aace Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 23 Sep 2024 10:49:39 -0400 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> --- src/building/new-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/new-target.md b/src/building/new-target.md index 9e6aad3e..f66c3b02 100644 --- a/src/building/new-target.md +++ b/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 ```