Skip to content

Commit 78d76ab

Browse files
committed
[Blog] Edit
1 parent 006ef5b commit 78d76ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blog/blog/2025-12-12-sea-orm-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ At a high level, async Rust can be seen as a more complex form of sync Rust. So
2929

3030
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.
3131

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.
3333

3434
### 1. `async` / `await`
3535

0 commit comments

Comments
 (0)