File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
49
49
` target-pointer-width ` ] [ tpw ] , to match the recently changed
50
50
` target_pointer_width ` cfg attribute.
51
51
* [ ` fmt::Writer ` was renamed to ` fmt::Write ` ] [ write ] .
52
+ * ` us ` /` is ` /` u ` /` i ` suffixes are now [ replaced with
53
+ ` usize ` /` isize ` ] [ ussuffix ] .
52
54
* A [ number] [ audit1 ] of [ modules] [ audit2 ] have been [ audited] [ audit3 ]
53
55
for incorrect use of ` isize ` and ` usize ` .
54
56
* Use of arbitrary attributes not defined by the language [ is feature
@@ -61,6 +63,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
61
63
[ exact ] : https://github.com/rust-lang/rust/pull/22299
62
64
[ write ] : https://github.com/rust-lang/rust/pull/22311
63
65
[ into ] : https://github.com/rust-lang/rust/pull/22313
66
+ [ ussuffix ] : https://github.com/rust-lang/rust/pull/22497
64
67
[ audit1 ] : https://github.com/rust-lang/rust/pull/22339
65
68
[ audit2 ] : https://github.com/rust-lang/rust/pull/22401
66
69
[ audit3 ] : https://github.com/rust-lang/rust/pull/22485
You can’t perform that action at this time.
0 commit comments