Skip to content

Commit 89eef38

Browse files
authored
Merge pull request #453 from RalfJung/intro
update deployed book introduction
2 parents 1b5aa25 + a099a35 commit 89eef38

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

reference/src/introduction.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
## Rust's Unsafe Code Guidelines Reference
22

3-
This document is produced by the [UCG WG][ucg_wg] to provide a "guide" for
3+
This document is a past effort by the [UCG WG][ucg_wg] to provide a "guide" for
44
writing unsafe code that "recommends" what kinds of things unsafe code can and
55
cannot do, and that documents which guarantees unsafe code may rely on. It is
6-
largely a work-in-progress right now.
6+
largely abandoned right now. However, the [glossary](glossary.md) is actively
7+
maintained.
78

8-
Unless we state otherwise, the information in the guide is mostly a
9-
"recommendation" and still subject to change. The main goal for the WG in 2019
10-
is to RFC parts of the guide into the language specification, and move those
11-
parts into the [Rust Language Reference] proper.
9+
Unless stated otherwise, the information in the guide is mostly a
10+
"recommendation" and still subject to change.
1211

1312
[ucg_wg]: https://github.com/rust-lang/unsafe-code-guidelines
14-
[Rust Language Reference]: https://doc.rust-lang.org/reference/index.html

0 commit comments

Comments
 (0)