Skip to content
Snippets Groups Projects
Commit 41eb969b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'update_unsafe_link' into 'master'

link to newer rust book for chapter on unsafes

See merge request !153
parents 8db73d01 182e94f8
No related branches found
No related tags found
1 merge request!153link to newer rust book for chapter on unsafes
Pipeline #6874 passed
......@@ -9,4 +9,4 @@ A quick grep gives us some stats: the kernel has about 70 invocations of `unsafe
This contrasts with kernels written in C, which cannot make guarantees about safety without costly formal analysis.
You can find out more about how `unsafe` works in the [relevant section of the Rust book](https://doc.rust-lang.org/book/unsafe.html).
You can find out more about how `unsafe` works in the [relevant section of the Rust book](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment