sunface / rust-course

“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
https://course.rs
25.62k stars 2.21k forks source link

Update pin-unpin.md #1164

Closed mcfd closed 1 year ago

mcfd commented 1 year ago

fix

mcfd commented 1 year ago

实际输出是这样的: a: test2, b: test1 a: test1, b: test2 根据语境反推上边的假设应该是: a: test2, b: test2 a: test1, b: test1