File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ Compatibility Notes
76
76
- [ Macros that end with a semi-colon are now treated as statements even if they expand to nothing.] [ 78376 ]
77
77
- [ Rustc will now check for the validity of some built-in attributes on enum variants.] [ 77015 ]
78
78
Previously such invalid or unused attributes could be ignored.
79
+ - Leading whitespace is stripped more uniformly in documentation comments, which may change behavior. You
80
+ read [ this post about the changes] [ rustdoc-ws-post ] for more details.
79
81
80
82
Internal Only
81
83
-------------
@@ -120,6 +122,7 @@ related tools.
120
122
[ `hint::spin_loop` ] : https://doc.rust-lang.org/stable/std/hint/fn.spin_loop.html
121
123
[ `Poll::is_ready` ] : https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_ready
122
124
[ `Poll::is_pending` ] : https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_pending
125
+ [ rustdoc-ws-post ] : https://blog.guillaume-gomez.fr/articles/2020-11-11+New+doc+comment+handling+in+rustdoc
123
126
124
127
Version 1.48.0 (2020-11-19)
125
128
==========================
You can’t perform that action at this time.
0 commit comments