diff options
Diffstat (limited to '')
-rw-r--r-- | askama_derive/src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_derive/src/config.rs b/askama_derive/src/config.rs index 7764c70..14d4323 100644 --- a/askama_derive/src/config.rs +++ b/askama_derive/src/config.rs @@ -501,6 +501,7 @@ mod tests { ); } + #[cfg(feature = "config")] #[test] fn test_whitespace_parsing() { let config = Config::new( |