aboutsummaryrefslogtreecommitdiffstats
path: root/examples/async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async.rs')
-rw-r--r--examples/async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async.rs b/examples/async.rs
index e8e4282..7c8769e 100644
--- a/examples/async.rs
+++ b/examples/async.rs
@@ -1,4 +1,4 @@
-use textmode::Textmode as _;
+use textmode::TextmodeExt as _;
async fn run(tm: &mut textmode::r#async::Textmode) -> std::io::Result<()> {
tm.move_to(5, 5);