Skip to content

Commit

Permalink
fix: rm editor cfg blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Dec 6, 2023
1 parent bd1e037 commit 6c28de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ mod test {
#[test]
#[cfg(all(feature = "yaml_format", feature = "threshold_filter"))]
fn full_deserialize() {
// editorconfig-checker-disable
let cfg = r#"
refresh_rate: 60 seconds
Expand Down Expand Up @@ -490,7 +489,6 @@ loggers:
- baz
additive: false
"#;
// editorconfig-checker-enable
let config = ::serde_yaml::from_str::<RawConfig>(cfg).unwrap();
let errors = config.appenders_lossy(&Deserializers::new()).1;
println!("{:?}", errors);
Expand Down

0 comments on commit 6c28de5

Please sign in to comment.