Update readme, remove pointless newline
This commit is contained in:
parent
9699f5c68f
commit
1334b6c9d9
@ -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
|
||||
|
@ -139,7 +139,6 @@ impl From<Vec<Field>> for Request {
|
||||
};
|
||||
|
||||
for meta in meta_list {
|
||||
|
||||
match meta {
|
||||
Meta::Word(ident) => {
|
||||
assert!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user