diff options
| author | bors <bors@rust-lang.org> | 2018-12-29 18:12:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-29 18:12:57 +0000 |
| commit | 007115746c6d0234742719dd67efba054abe97ce (patch) | |
| tree | 2747628993f65d132462cee937827bc9054d8580 /src/doc | |
| parent | d969c61e8c8be5b54fd96b7c3bc40cb9b3ace3c2 (diff) | |
| parent | 68f370ce05405b73b7240d9eb25f23a4209687e2 (diff) | |
Auto merge of #57197 - kennytm:rollup, r=kennytm
Rollup of 7 pull requests Successful merges: - #57149 (Fix typo in pin documentation) - #57153 (Small: Fix span in char documentation) - #57159 (Update references to closed issue) - #57163 (Give the crate select chevron room to breathe.) - #57168 (Removed aligned ZST requirement from docs of read_/write_unaligned.) - #57174 (Update link to rustc guide) - #57177 (Fix warning when compiling rustc) Failed merges: r? @ghost
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/non-ascii-idents.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/unstable-book/src/language-features/non-ascii-idents.md b/src/doc/unstable-book/src/language-features/non-ascii-idents.md index efb5495fe26..46957c00bf9 100644 --- a/src/doc/unstable-book/src/language-features/non-ascii-idents.md +++ b/src/doc/unstable-book/src/language-features/non-ascii-idents.md @@ -1,8 +1,8 @@ # `non_ascii_idents` -The tracking issue for this feature is: [#28979] +The tracking issue for this feature is: [#55467] -[#28979]: https://github.com/rust-lang/rust/issues/28979 +[#55467]: https://github.com/rust-lang/rust/issues/55467 ------------------------ |
