mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-13 22:06:19 +00:00
remove renaming
This commit is contained in:
parent
f391e0de9c
commit
7bb9904f81
2 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,6 @@ pub struct TagSpec {
|
|||
#[serde(rename = "type")]
|
||||
pub tag_type: TagType,
|
||||
pub closing: Option<String>,
|
||||
#[serde(rename = "intermediates")]
|
||||
pub branches: Option<Vec<BranchSpec>>,
|
||||
pub args: Option<Vec<ArgSpec>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue