mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
Update Ch15
This commit is contained in:
@@ -13,5 +13,5 @@ fn main() {
|
||||
let b = Cons(3, Rc::clone(&a));
|
||||
let c = Cons(4, Rc::clone(&a));
|
||||
|
||||
println! ("b 为: {:?}\nc 为: {:?}", b, c);
|
||||
println! ("b 为: {:?}\nc 为:{:?}", b, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user