diff options
author | 2021-07-22 13:26:27 -0500 | |
---|---|---|
committer | 2021-07-22 13:26:27 -0500 | |
commit | b629a8025426afd5a6a03a5d17f4e28a6bed6e30 (patch) | |
tree | acea5ceaca7070760fdb7508fc6d72483429ddef /graphics | |
parent | e5010b8ab87b2e30feea366396bc060c8e793d8d (diff) | |
download | iced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.tar.gz iced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.tar.bz2 iced-b629a8025426afd5a6a03a5d17f4e28a6bed6e30.zip |
small documentation error
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/src/window/compositor.rs | 1 |
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. |