You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Blog/blog/2025-12-12-sea-orm-2.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ At a high level, async Rust can be seen as a more complex form of sync Rust. So
29
29
30
30
However, you can't always go from sync to async. Async Rust tightens lifetime rules and introduces `Send` / `Sync` requirements for futures and async closures, so existing sync code may fail those constraints.
31
31
32
-
Let's go over all the necessary conversions, in order of complexity:
32
+
Let's examine the required conversions, ordered by their level of complexity.
0 commit comments