2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

core => std

This commit is contained in:
Oleg Nosov 2020-02-08 15:49:01 +03:00
parent 32068942a6
commit d7cab38b67
No known key found for this signature in database
GPG key ID: DE90B83800644E24

View file

@ -1,5 +1,5 @@
use core::fmt;
use core::pin::Pin;
use std::fmt;
use std::pin::Pin;
use pin_project_lite::pin_project;