Last active
May 14, 2020 07:40
-
-
Save yunlingz/e932c0cc6b00697ca24b7dd6bad0248f to your computer and use it in GitHub Desktop.
rust dev setup for building speed and others
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [profile.dev] | |
| debug = false | |
| [profile.release] | |
| debug = false | |
| [profile.test] | |
| debug = false | |
| [profile.bench] | |
| debug = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| edition = "2018" | |
| newline_style = "Unix" | |
| tab_spaces = 2 | |
| max_width = 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment