Removed "pollster" from tutorial1-window readme.

It seems that in #345 pollster was removed from the example, but not from the code in the page.
This change removes it from the code in the tutorial, so it will work just by pasting it in the editor.
pull/351/head
ikopysov 2 years ago committed by GitHub
parent d99a4f7d15
commit e43a744b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ All this does is create a window, and keep it open until the user closes it, or
use tutorial1_window::run;
fn main() {
pollster::block_on(run());
run();
}
```

Loading…
Cancel
Save