Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/safe-guides/code_style/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub struct HeaderMap {
}
```

## P.03 避免使用语言内置保留字、关键字、内置类型和`trait`等特殊名称
## P.NAM.03 避免使用语言内置保留字、关键字、内置类型和`trait`等特殊名称

### 【描述】

Expand Down
2 changes: 1 addition & 1 deletion src/safe-guides/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Number 从`01`开始递增。`Element`为领域知识中关键元素的三位英

## 鸣谢

本指南参考《华为 C 语言编程指南 V 1.0》,感谢华为Rust 开源能力中心 提供编程指南规范协助!
本指南参考《华为 C 语言编程指南 V 1.0》,感谢华为 开源能力中心 提供编程指南规范协助!