zydxhs
zydxhs
# 页码与行数 - 第494页 - 第2行 --- > 普通的函数调 用 ,参数是不变。当参数 需要&’ static s衍 类型时,不能用&由代替它。 但是函数的返回值是协变 , 当返回值是&str 的时候,可以返回&’ static str 类型 的值作 为替代 。 [issue#30](https://github.com/ZhangHanDong/tao-of-rust-codes/issues/30) 指出参数是不变。 而我的测试,函数分别为 &str, &'a...
# 页码与行数 第231~232页,代码清单 7-43 - 第6行,成员变量 `done` 可以去掉 - 第24行,`pub fn done(self) {}` 该函数定义可以去掉 - 第30行,参数 `done` 可以去掉 代码清单 7-42, 7-43 不是演示 Rust 的模块,并且也没有用到模块,因此,pub 关键字,也建议去掉。
Hi @derwish-pro VSCode's plugin "Paste Image Configuration", has a configuration item that sets the default file name of the attachment, like this:  It's useful fo me, can you add...
### Describe the bug When I execute the 'Git: List changed files' command, this prompt appears: Cannot run git command. Trying to run 'git' ### Relevant errors (if available) from...
### 🔎 Search before asking | 提交之前请先搜索 - [x] I have searched the MinerU [Readme](https://github.com/opendatalab/MinerU) and found no similar bug report. - [x] I have searched the MinerU [Issues](https://github.com/opendatalab/MinerU/issues) and...