From a44cd5a1839ef887fb1f2b78045d377da3c1d98c Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 11 Mar 2024 19:47:03 +0200 Subject: [PATCH] chore: fix description for Context::assets change from #9141 (#9148) --- .changes/context-assets-unbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/context-assets-unbox.md b/.changes/context-assets-unbox.md index 85bc756cb..489bf9b49 100644 --- a/.changes/context-assets-unbox.md +++ b/.changes/context-assets-unbox.md @@ -2,4 +2,4 @@ "tauri": patch:breaking --- -`Context::assets` now returns `&dyn Assets` instead of `Box<&dyn Assets>`. +`Context::assets` now returns `&dyn Assets` instead of `&A` generic.