Remove unused variant

This commit is contained in:
southerntofu 2020-04-03 00:36:07 +02:00
parent e93281d405
commit e25ec510fb
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ pub enum Method {
Post,
Put,
Delete,
Invalid
}
pub fn version(query: Query) -> String {