mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-23 08:46:46 +00:00
core
=> std
This commit is contained in:
parent
32068942a6
commit
d7cab38b67
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
use core::fmt;
|
use std::fmt;
|
||||||
use core::pin::Pin;
|
use std::pin::Pin;
|
||||||
|
|
||||||
use pin_project_lite::pin_project;
|
use pin_project_lite::pin_project;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue