Commit ac03df6
authored
Fix code example qualifiers (#373)
* Update spec.lock, 3 guidelines related but not affected
1) The two div-by-zero guidelines are related to https://rust-lang.github.io/fls/expressions.html#fls_Q9dhNiICGIfr
This element of the FLS hasn't significantly changed (dividing by 0 still results in panic).
2) One very old pointer guideline is related to https://rust-lang.github.io/fls/expressions.html#fls_9wgldua1u8yt
This element, as far as I can tell, hasn't changed significantly either (dereferencing dangling or unaligned pointers has been UB for a while).
* Fixed some rustdoc directives
* Tentative fix for wrong panic handling in playground runner
* Fixed more rustdoc directives1 parent dcd91ca commit ac03df6
File tree
4 files changed
+291
-247
lines changed- exts/coding_guidelines
- src/coding-guidelines
- expressions
- types-and-traits
4 files changed
+291
-247
lines changed
0 commit comments