Update readme, remove pointless newline

This commit is contained in:
Jonas Platte 2019-11-15 22:44:30 +01:00
parent 9699f5c68f
commit 1334b6c9d9
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Improvements:
* Add more sanity checks
* No multiple `#[ruma_api(body)]` fields in one request / response definition
* No multiple field kind declarations `#[ruma_api(body|query|path)]` on one field
* No (newtype) body fields in GET endpoints
# 0.11.0

View File

@ -139,7 +139,6 @@ impl From<Vec<Field>> for Request {
};
for meta in meta_list {
match meta {
Meta::Word(ident) => {
assert!(