Merge pull request #351 from ikopysov/patch-1

Removed "pollster" from tutorial1-window readme.
pull/365/head
sotrh 2 years ago committed by GitHub
commit 3a8b832c89
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