Skip to content

Commit 6a607ef

Browse files
committed
Remove references to TerminalMode
1 parent f4261cc commit 6a607ef

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/builder.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ impl Builder {
4646
}
4747
}
4848

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.
5250
pub fn with_rotation(&self, rotation: DisplayRotation) -> Self {
5351
Self { rotation, ..*self }
5452
}

src/mode/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! A display driver instance without high level functionality used as a return type from the
44
//! 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).
66
77
use crate::interface::DisplayInterface;
88
use crate::mode::displaymode::DisplayModeTrait;

0 commit comments

Comments
 (0)