diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-06-19 12:01:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 12:01:34 -0300 |
commit | d0137a93df99d88728cc1dbc6c37e89d39ec2914 (patch) | |
tree | 22f294cd3f87f816040c06b3a5f8b80a2d9c62f9 /cli/lsp/tsc.rs | |
parent | caaece0d9a62994ef07cf4597d7641762ba8f1ec (diff) |
chore: use rust 1.61.0 (#14911)
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index a2189f52c..6ff4cba00 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -1583,9 +1583,9 @@ impl RefactorEditInfo { #[serde(rename_all = "camelCase")] pub struct CodeAction { // description: String, -// changes: Vec<FileTextChanges>, -// #[serde(skip_serializing_if = "Option::is_none")] -// commands: Option<Vec<Value>>, + // changes: Vec<FileTextChanges>, + // #[serde(skip_serializing_if = "Option::is_none")] + // commands: Option<Vec<Value>>, } #[derive(Debug, Clone, Deserialize, Serialize, PartialEq, Eq)] |