mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Remove unstable attributes in minicore
This commit is contained in:
parent
94032e8c64
commit
d5b96b7998
@ -728,7 +728,6 @@ pub mod ops {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[unstable(feature = "async_fn_traits", issue = "none")]
|
|
||||||
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &F
|
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &F
|
||||||
where
|
where
|
||||||
F: AsyncFn<A>,
|
F: AsyncFn<A>,
|
||||||
@ -746,7 +745,6 @@ pub mod ops {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[unstable(feature = "async_fn_traits", issue = "none")]
|
|
||||||
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a F
|
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a F
|
||||||
where
|
where
|
||||||
F: AsyncFn<A>,
|
F: AsyncFn<A>,
|
||||||
@ -759,7 +757,6 @@ pub mod ops {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[unstable(feature = "async_fn_traits", issue = "none")]
|
|
||||||
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &mut F
|
impl<A: Tuple, F: ?Sized> AsyncFnMut<A> for &mut F
|
||||||
where
|
where
|
||||||
F: AsyncFnMut<A>,
|
F: AsyncFnMut<A>,
|
||||||
@ -777,7 +774,6 @@ pub mod ops {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[unstable(feature = "async_fn_traits", issue = "none")]
|
|
||||||
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a mut F
|
impl<'a, A: Tuple, F: ?Sized> AsyncFnOnce<A> for &'a mut F
|
||||||
where
|
where
|
||||||
F: AsyncFnMut<A>,
|
F: AsyncFnMut<A>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user