This one is for ci/rustfmt
This commit is contained in:
parent
4bbcc2a7fb
commit
245e7d3bc2
1 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,6 @@ impl<T> OnceLock<T> {
|
|||
/// Get a reference to the underlying value, waiting for it to be set.
|
||||
/// If the value is already set, this will return immediately.
|
||||
pub async fn get(&self) -> &T {
|
||||
|
||||
poll_fn(|cx| match self.try_get() {
|
||||
Some(data) => Poll::Ready(data),
|
||||
None => {
|
||||
|
|
Loading…
Reference in a new issue