tao-of-rust-codes icon indicating copy to clipboard operation
tao-of-rust-codes copied to clipboard

[第三章]关于需要手动解引用的情况,建议给出一个可编译的例子

Open guanghw opened this issue 6 years ago • 2 comments

页码与行数

  • 第85页
  • 代码清单 3-63

代码 3-63 你的原意是给出一个 需要手动解引用 String 的情况(代码编译通不过),虽然后面有列举出一些解引用的方式,但是没有给出一个可以正确编译过的代码例子,可能会造成一定的误会或者阅读障碍,建议补上一个可正确编译的例子。

guanghw avatar Jun 08 '19 07:06 guanghw

@guanghw 感谢反馈

ZhangHanDong avatar Jun 09 '19 09:06 ZhangHanDong

这个不好加例子了,放到第二版考虑吧。后面有时间可以在随书源码仓库里再增加一些示例。

ZhangHanDong avatar Jun 21 '19 17:06 ZhangHanDong