File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,7 @@ impl Builder {
46
46
}
47
47
}
48
48
49
- /// Set the rotation of the display to one of four values. Defaults to no rotation. Note that
50
- /// 90º and 270º rotations are not supported by
51
- /// [`TerminalMode`](../mode/terminal/struct.TerminalMode.html).
49
+ /// Set the rotation of the display to one of four values. Defaults to no rotation.
52
50
pub fn with_rotation ( & self , rotation : DisplayRotation ) -> Self {
53
51
Self { rotation, ..* self }
54
52
}
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! A display driver instance without high level functionality used as a return type from the
4
4
//! builder. Used as a source to coerce the driver into richer modes like
5
- //! [`GraphicsMode`](../graphics/index.html) and [`TerminalMode`](../terminal/index.html) .
5
+ //! [`GraphicsMode`](../graphics/index.html).
6
6
7
7
use crate :: interface:: DisplayInterface ;
8
8
use crate :: mode:: displaymode:: DisplayModeTrait ;
You can’t perform that action at this time.
0 commit comments