Update CODE_STYLE.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-19 21:50:49 +06:00
parent 3308014694
commit 96e2402f48

View file

@ -122,3 +122,4 @@ C: Into<String>, { ... }
## Misc
1. Use `Into<...>` only where there exists at least one conversion **and** it will be logically to use.
2. Always mark a function as `#[must_use]` if its return value **must** be used.