diff options
Diffstat (limited to 'askama_shared/src')
| -rw-r--r-- | askama_shared/src/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs index e5ba402..290ca19 100644 --- a/askama_shared/src/lib.rs +++ b/askama_shared/src/lib.rs @@ -206,7 +206,7 @@ impl<'d> RawConfig<'d> {      }      #[cfg(not(feature = "config"))] -    fn from_toml_str<'n>(_: &'n str) -> std::result::Result<RawConfig<'_>, CompileError> { +    fn from_toml_str(_: &str) -> std::result::Result<RawConfig<'_>, CompileError> {          Err("TOML support not available".into())      }  } | 
