Skip to content

Commit

Permalink
Merge pull request #453 from RalfJung/intro
Browse files Browse the repository at this point in the history
update deployed book introduction
  • Loading branch information
RalfJung authored Aug 23, 2023
2 parents 1b5aa25 + a099a35 commit 89eef38
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions reference/src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## Rust's Unsafe Code Guidelines Reference

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

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

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

0 comments on commit 89eef38

Please sign in to comment.