s/generator/coroutine/
This commit is contained in:
parent
60956837cf
commit
e96ce20b34
468 changed files with 2201 additions and 2197 deletions
|
@ -1700,7 +1700,7 @@ pub struct UnusedClosure<'a> {
|
|||
// FIXME(davidtwco): this isn't properly translatable because of the
|
||||
// pre/post strings
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_unused_generator)]
|
||||
#[diag(lint_unused_coroutine)]
|
||||
#[note]
|
||||
pub struct UnusedCoroutine<'a> {
|
||||
pub count: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue