We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b022b + 20446bd commit 5c94f4aCopy full SHA for 5c94f4a
src/doc/style-guide/src/cargo.md
@@ -17,8 +17,7 @@ followed by the `description` at the end of that section.
17
Don't use quotes around any standard key names; use bare keys. Only use quoted
18
keys for non-standard keys whose names require them, and avoid introducing such
19
key names when possible. See the [TOML
20
-specification](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md#table)
21
-for details.
+specification](https://toml.io/en/v1.0.0#keys) for details.
22
23
Put a single space both before and after the `=` between a key and value. Do
24
not indent any key names; start all key names at the start of a line.
0 commit comments