@@ -577,7 +577,7 @@ Compatibility Notes
577
577
a warning.
578
578
- [ From the pound escape, lines consisting of multiple ` # ` s are
579
579
now visible] [ 41785 ]
580
- - [ It is an error to reexport private enum variants] [ 42460 ] . This is
580
+ - [ It is an error to re-export private enum variants] [ 42460 ] . This is
581
581
known to break a number of crates that depend on an older version of
582
582
mustache.
583
583
- [ On Windows, if ` VCINSTALLDIR ` is set incorrectly, ` rustc ` will try
@@ -2251,10 +2251,10 @@ Rustdoc
2251
2251
-------
2252
2252
2253
2253
* [ Fix empty implementation section on some module pages] ( https://github.com/rust-lang/rust/pull/34536 )
2254
- * [ Fix inlined renamed reexports in import lists] ( https://github.com/rust-lang/rust/pull/34479 )
2254
+ * [ Fix inlined renamed re-exports in import lists] ( https://github.com/rust-lang/rust/pull/34479 )
2255
2255
* [ Fix search result layout for enum variants and struct fields] ( https://github.com/rust-lang/rust/pull/34477 )
2256
2256
* [ Fix issues with source links to external crates] ( https://github.com/rust-lang/rust/pull/34387 )
2257
- * [ Fix redirect pages for renamed reexports ] ( https://github.com/rust-lang/rust/pull/34245 )
2257
+ * [ Fix redirect pages for renamed re-exports ] ( https://github.com/rust-lang/rust/pull/34245 )
2258
2258
2259
2259
Tooling
2260
2260
-------
@@ -4988,7 +4988,7 @@ Version 0.10 (2014-04-03)
4988
4988
* std: The ` vec ` module has been renamed to ` slice ` .
4989
4989
* std: A new vector type, ` Vec<T> ` , has been added in preparation for DST.
4990
4990
This will become the only growable vector in the future.
4991
- * std: ` std::io ` now has more public-reexports . Types such as ` BufferedReader `
4991
+ * std: ` std::io ` now has more public re-exports . Types such as ` BufferedReader `
4992
4992
are now found at ` std::io::BufferedReader ` instead of
4993
4993
` std::io::buffered::BufferedReader ` .
4994
4994
* std: ` print ` and ` println ` are no longer in the prelude, the ` print! ` and
@@ -5079,8 +5079,8 @@ Version 0.10 (2014-04-03)
5079
5079
* render standalone markdown files.
5080
5080
* the --test flag tests all code blocks by default.
5081
5081
* exported macros are displayed.
5082
- * reexported types have their documentation inlined at the location of the
5083
- first reexport .
5082
+ * re-exported types have their documentation inlined at the location of the
5083
+ first re-export .
5084
5084
* search works across crates that have been rendered to the same output
5085
5085
directory.
5086
5086
@@ -5467,7 +5467,7 @@ Version 0.7 (2013-07-03)
5467
5467
incl. ` any ` , ` all ` . removed.
5468
5468
* std: The ` finalize ` method of ` Drop ` renamed to ` drop ` .
5469
5469
* std: The ` drop ` method now takes ` &mut self ` instead of ` &self ` .
5470
- * std: The prelude no longer reexports any modules, only types and traits.
5470
+ * std: The prelude no longer re-exports any modules, only types and traits.
5471
5471
* std: Prelude additions: ` print ` , ` println ` , ` FromStr ` , ` ApproxEq ` , ` Equiv ` ,
5472
5472
` Iterator ` , ` IteratorUtil ` , many numeric traits, many tuple traits.
5473
5473
* std: New numeric traits: ` Fractional ` , ` Real ` , ` RealExt ` , ` Integer ` , ` Ratio ` ,
0 commit comments