We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ab22d commit f740783Copy full SHA for f740783
src/types/closure.md
@@ -131,7 +131,7 @@ more specific call traits:
131
> not how it captures them.
132
133
*Non-capturing closures* are closures that don't capture anything from their
134
-environment. They can be coerced to function pointers (`fn` or `unsafe fn`)
+environment. They can be coerced to function pointers (e.g., `fn()`)
135
with the matching signature.
136
137
```rust
0 commit comments