Skip to content

Commit 4504d68

Browse files
caught another saftey
1 parent a985fe9 commit 4504d68

File tree

1 file changed

+0
-1
lines changed
  • crates/pglt_configuration/src/analyser/linter

1 file changed

+0
-1
lines changed

crates/pglt_configuration/src/analyser/linter/rules.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pub struct Rules {
5454
pub all: Option<bool>,
5555
#[serde(skip_serializing_if = "Option::is_none")]
5656
pub safety: Option<Safety>,
57-
#[serde(skip_serializing_if = "Option::is_none")]
5857
}
5958
impl Rules {
6059
#[doc = r" Checks if the code coming from [pglt_diagnostics::Diagnostic] corresponds to a rule."]

0 commit comments

Comments
 (0)