Skip to content
Snippets Groups Projects
Unverified Commit 01bbd63d authored by Branislav Kontur's avatar Branislav Kontur Committed by GitHub
Browse files

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

parent 84559b96
Branches
No related merge requests found
Pipeline #421763 canceled with stages
in 1 minute
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment