add editable to problem 6 in zh-CN/src/lifetime/advance.md

This commit is contained in:
Kibi
2024-08-04 09:15:56 +00:00
parent 21188323d3
commit 3b6474a563

View File

@ -237,7 +237,7 @@ struct Ref<'a, T> {
## 艰难的练习 ## 艰难的练习
6. 🌟🌟🌟🌟 6. 🌟🌟🌟🌟
```rust ```rust,editable
/* 使下面代码正常运行 */ /* 使下面代码正常运行 */
struct Interface<'a> { struct Interface<'a> {
manager: &'a mut Manager<'a> manager: &'a mut Manager<'a>