Skip to content

Commit

Permalink
bless
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Oct 22, 2024
1 parent 58fe1b1 commit 8990ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/lint_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,8 @@ that `R` is instantiated with at call site, so it is **not** unconditionally `Se
Adding an `R: Send` bound to the function definition satisfies it, but is more restrictive for callers.

For library crate authors that want to make sure that their async functions are compatible
with both single-threaded and multi-threaded executors, the default behavior of allowing `!Send` futures if type parameters
are `!Send` makes sense.
with both single-threaded and multi-threaded executors, the default behavior of allowing `!Send` futures
if type parameters are `!Send` makes sense.

**Default Value:** `false`

Expand Down

0 comments on commit 8990ebe

Please sign in to comment.