Skip to content
Permalink
Browse files

Allow optional keys to be absent

  • Loading branch information...
untitaker committed Sep 12, 2016
1 parent 5a06156 commit fa78731a66760d7286918a032bc7da4fd927d192
Showing with 2 additions and 3 deletions.
  1. +2 −3 text/0000-security-advisories.md
@@ -108,11 +108,10 @@ A correct invocation makes Cargo do the following:
"""
```

2. After `$EDITOR` exits, Cargo validates the content. This includes verifying
that:
2. After `$EDITOR` exits, Cargo validates the content. Some rules:

- the file is valid TOML
- none of the table keys have ben removed
- Optional keys may be either `false` or absent.
- the `description` contains not only whitespace. More text than a paragraph
should be allowed, but not wished.
- `package` exists on Crates.io and the versions specified in `versions` exist

0 comments on commit fa78731

Please sign in to comment.
You can’t perform that action at this time.