Align style guide for default = [ "std" ] vs default = ["std"] (#2603)

This commit is contained in:
Branislav Kontur
2023-12-04 17:02:41 +01:00
committed by GitHub
parent 84559b967b
commit 01bbd63d2d
+1 -1
View File
@@ -157,7 +157,7 @@ format looks like this:
- The feature is written as a single line if it fits within 80 chars:
```toml
[features]
default = [ "std" ]
default = ["std"]
```
- Otherwise the feature is broken down into multiple lines with one entry per line. Each line is padded with one tab and