From b629a8025426afd5a6a03a5d17f4e28a6bed6e30 Mon Sep 17 00:00:00 2001 From: Billy Messenger Date: Thu, 22 Jul 2021 13:26:27 -0500 Subject: small documentation error --- graphics/src/window/compositor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/src/window/compositor.rs b/graphics/src/window/compositor.rs index 9811d95d..e6633293 100644 --- a/graphics/src/window/compositor.rs +++ b/graphics/src/window/compositor.rs @@ -56,7 +56,6 @@ pub trait Compositor: Sized { } /// Result of an unsuccessful call to [`Compositor::draw`]. -/// Result of an unsuccessful call to [`SwapChain::get_current_frame`]. #[derive(Clone, PartialEq, Eq, Debug)] pub enum SwapChainError { /// A timeout was encountered while trying to acquire the next frame. -- cgit