Stabilize AFIT and RPITIT
This commit is contained in:
parent
57ef889852
commit
59315b8a63
229 changed files with 284 additions and 1032 deletions
|
@ -11,7 +11,6 @@ declare_lint! {
|
|||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![feature(async_fn_in_trait)]
|
||||
/// pub trait Trait {
|
||||
/// async fn method(&self);
|
||||
/// }
|
||||
|
@ -33,7 +32,6 @@ declare_lint! {
|
|||
/// For example, this code is invalid:
|
||||
///
|
||||
/// ```rust,compile_fail
|
||||
/// # #![feature(async_fn_in_trait)]
|
||||
/// pub trait Trait {
|
||||
/// async fn method(&self) {}
|
||||
/// }
|
||||
|
@ -51,7 +49,6 @@ declare_lint! {
|
|||
/// For example, instead of:
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![feature(async_fn_in_trait)]
|
||||
/// pub trait Trait {
|
||||
/// async fn method(&self) {}
|
||||
/// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue