Remove accidentally duplicated file

This commit is contained in:
Jonas Platte 2022-11-01 12:39:55 +01:00
parent d3a8a8c2e0
commit 3eb82950f2
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -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() {}