X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/ebb00d95c585dd0520e54ec48df80262f02583cf..832768ac8f69b436c1f90ad7a2f01af25091599a:/src/part04.rs diff --git a/src/part04.rs b/src/part04.rs index 5c89466..e7cf7f2 100644 --- a/src/part04.rs +++ b/src/part04.rs @@ -143,4 +143,4 @@ fn mutable_borrow_demo() { // As it turns out, combined with the abstraction facilities of Rust, this is a very powerful mechanism // to tackle many problems beyond basic memory safety. You will see some examples for this soon. -//@ [index](main.html) | [previous](part03.html) | [next](part05.html) +//@ [index](main.html) | [previous](part03.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part04.rs) | [next](part05.html)