small documentation error

This commit is contained in:
Billy Messenger 2021-07-22 13:26:27 -05:00
parent e5010b8ab8
commit b629a80254

View file

@ -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.