Rust: Fix typo in change note

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2025-07-29 18:38:14 +02:00
committed by GitHub
parent 5540b9df71
commit 5b152cfdec

View File

@@ -2,4 +2,4 @@
category: minorAnalysis
---
* Type inference now supports closures, calls to closures, and trait bounds
sing the `FnOnce` trait.
using the `FnOnce` trait.