diff --git a/src/config/raw.rs b/src/config/raw.rs index 949435f8..38645888 100644 --- a/src/config/raw.rs +++ b/src/config/raw.rs @@ -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 @@ -490,7 +489,6 @@ loggers: - baz additive: false "#; - // editorconfig-checker-enable let config = ::serde_yaml::from_str::(cfg).unwrap(); let errors = config.appenders_lossy(&Deserializers::new()).1; println!("{:?}", errors);