Skip to content

Commit 622501c

Browse files
Bhargav Voletinikomatsakis
authored andcommitted
address review
1 parent 53d1e44 commit 622501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-must-not-suspend-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Provide a lint that can be attached to structs to let the compiler know that thi
2727
struct MyStruct {}
2828
```
2929

30-
This struct if held across an await boundary would cause a deny-by-default warning:
30+
This struct if held across an await boundary would cause a warn-by-default warning:
3131

3232
```rust
3333
async fn foo() {

0 commit comments

Comments
 (0)