File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ Suppress lints whenever the suggested change would cause breakage for other crat
364
364
365
365
366
366
## ` await-holding-invalid-types `
367
-
367
+ The list of types which may not be held across an await point.
368
368
369
369
** Default Value:** ` [] `
370
370
Original file line number Diff line number Diff line change @@ -416,6 +416,8 @@ define_Conf! {
416
416
/// Suppress lints whenever the suggested change would cause breakage for other crates.
417
417
( avoid_breaking_exported_api: bool = true ) ,
418
418
/// Lint: AWAIT_HOLDING_INVALID_TYPE.
419
+ ///
420
+ /// The list of types which may not be held across an await point.
419
421
( await_holding_invalid_types: Vec <DisallowedPath > = Vec :: new( ) ) ,
420
422
/// DEPRECATED LINT: BLACKLISTED_NAME.
421
423
///
You can’t perform that action at this time.
0 commit comments