summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Billy Messenger <BillyDM@tutamail.com>2021-07-22 13:26:27 -0500
committerLibravatar Billy Messenger <BillyDM@tutamail.com>2021-07-22 13:26:27 -0500
commitb629a8025426afd5a6a03a5d17f4e28a6bed6e30 (patch)
treeacea5ceaca7070760fdb7508fc6d72483429ddef /graphics
parente5010b8ab87b2e30feea366396bc060c8e793d8d (diff)
downloadiced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.tar.gz
iced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.tar.bz2
iced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.zip
small documentation error
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/window/compositor.rs1
1 files changed, 0 insertions, 1 deletions
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.