Remove accidentally duplicated file
This commit is contained in:
parent
d3a8a8c2e0
commit
3eb82950f2
@ -1,23 +0,0 @@
|
||||
use ruma_common::api::ruma_api;
|
||||
|
||||
ruma_api! {
|
||||
metadata: {
|
||||
description: "This will fail.",
|
||||
method: GET,
|
||||
name: "invalid_versions",
|
||||
path: "/a/path",
|
||||
rate_limited: false,
|
||||
authentication: None,
|
||||
|
||||
removed: 1.1,
|
||||
}
|
||||
|
||||
request: {
|
||||
#[ruma_api(query_map)]
|
||||
pub fields: Vec<(String, String)>,
|
||||
}
|
||||
|
||||
response: {}
|
||||
}
|
||||
|
||||
fn main() {}
|
Loading…
x
Reference in New Issue
Block a user