Apply suggestions from code review

Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>
This commit is contained in:
Yuri Astrakhan 2024-09-23 10:49:39 -04:00 committed by nora
parent 69b7b0bc91
commit bf46b0f7e7
1 changed files with 1 additions and 1 deletions

View File

@ -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
```