aboutsummaryrefslogtreecommitdiffstats
path: root/src/async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/async.rs')
-rw-r--r--src/async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async.rs b/src/async.rs
index a384da8..86f4bdb 100644
--- a/src/async.rs
+++ b/src/async.rs
@@ -25,7 +25,7 @@ impl super::private::TextmodeImpl for Textmode {
}
}
-impl super::Textmode for Textmode {}
+impl super::TextmodeExt for Textmode {}
impl Textmode {
pub async fn new() -> std::io::Result<Self> {