File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
safe-guides/coding_practice/code-generation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 228
228
- [ P.MAC.PRO.03 保证过程宏的卫生性] ( ./safe-guides/coding_practice/macros/proc/P.MAC.PRO.03.md )
229
229
- [ P.MAC.PRO.04 给出正确的错误位置] ( ./safe-guides/coding_practice/macros/proc/P.MAC.PRO.04.md )
230
230
- [ 代码生成] ( ./safe-guides/coding_practice/code-generation.md )
231
- - [ P.GEN .01 代码生成要按情况选择使用过程宏还是 ` build.rs ` ] ( ./safe-guides/coding_practice/code-generation/P.GEN .01.md )
232
- - [ P.GEN .02 ` build.rs ` 生成的代码要保证没有任何警告] ( ./safe-guides/coding_practice/code-generation/P.GEN .02.md )
231
+ - [ P.CGN .01 代码生成要按情况选择使用过程宏还是 ` build.rs ` ] ( ./safe-guides/coding_practice/code-generation/P.CGN .01.md )
232
+ - [ P.CGN .02 ` build.rs ` 生成的代码要保证没有任何警告] ( ./safe-guides/coding_practice/code-generation/P.CGN .02.md )
233
233
- [ 多线程] ( ./safe-guides/coding_practice/threads.md )
234
234
- [ 锁同步] ( ./safe-guides/coding_practice/threads/lock.md )
235
235
- [ P.MTH.LCK.01 多线程下要注意识别锁争用的情况,避免死锁] ( ./safe-guides/coding_practice/threads/lock/P.MTH.LCK.01.md )
Original file line number Diff line number Diff line change 1
- # P.GEN .01 代码生成要按情况选择使用过程宏还是 ` build.rs `
1
+ # P.CGN .01 代码生成要按情况选择使用过程宏还是 ` build.rs `
2
2
3
3
** 【描述】**
4
4
Original file line number Diff line number Diff line change 1
- # P.GEN .02 ` build.rs ` 生成的代码要保证没有任何警告
1
+ # P.CGN .02 ` build.rs ` 生成的代码要保证没有任何警告
2
2
3
3
** 【描述】**
4
4
You can’t perform that action at this time.
0 commit comments