From 0c9a39fd06815fe1e9189b4e64febcdce8bfeb4b Mon Sep 17 00:00:00 2001 From: iris <2+iris@noreply.localhost> Date: Sun, 13 Sep 2026 00:49:09 -0400 Subject: [PATCH] Remove redundant resize documentation --- core/src/render/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/render/mod.rs b/core/src/render/mod.rs index 3144a05..7dec368 100644 --- a/core/src/render/mod.rs +++ b/core/src/render/mod.rs @@ -117,7 +117,6 @@ impl UiRenderNode { } } - /// Updates the render target dimensions without depending on a window backend. pub fn resize(&mut self, size: impl Into, queue: &Queue) { let size = size.into(); let slice = &[WindowUniform {