Skip to content

Commit

Permalink
Remove FormatterType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
PiergiorgioZagaria committed Jul 12, 2022
1 parent f7ecf9c commit acdce30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helix-core/src/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ pub struct FormatterConfiguration {
pub args: Vec<String>,
}

#[derive(Debug, Clone, Copy, Eq, PartialEq, PartialOrd, Ord, Deserialize, Serialize)]
#[serde(rename_all = "kebab-case")]
pub enum FormatterType {
Stdio,
File,
}

#[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]
#[serde(rename_all = "kebab-case")]
pub struct AdvancedCompletion {
Expand Down

0 comments on commit acdce30

Please sign in to comment.