Replace most remaining #[instrument(err)] annotations

This commit is contained in:
Quentin Gliech
2025-04-17 16:58:00 +02:00
parent 93590a0375
commit 3a8d4a1e8a
10 changed files with 18 additions and 22 deletions

View File

@@ -138,7 +138,6 @@ impl Templates {
name = "templates.load",
skip_all,
fields(%path),
err,
)]
pub async fn load(
path: Utf8PathBuf,
@@ -258,7 +257,6 @@ impl Templates {
name = "templates.reload",
skip_all,
fields(path = %self.path),
err,
)]
pub async fn reload(&self) -> Result<(), TemplateLoadingError> {
let (translator, environment) = Self::load_(