diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-14 15:01:05 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-14 15:01:05 -0400 |
| commit | 54abe4ce915d00ffc07d9077aebeedd052be29fa (patch) | |
| tree | a6e96bbaab621a2927b6bb420d88fec61d1e9bcb /src | |
| parent | dabf0c6371d3b193664f58746fa27c1835a010f3 (diff) | |
| download | rust-54abe4ce915d00ffc07d9077aebeedd052be29fa.tar.gz rust-54abe4ce915d00ffc07d9077aebeedd052be29fa.zip | |
link to ownership for now
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/trpl/lifetimes.md | 2 | ||||
| -rw-r--r-- | src/doc/trpl/references-and-borrowing.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/lifetimes.md b/src/doc/trpl/lifetimes.md index c6eee97dc6a..cfcd8c4ee15 100644 --- a/src/doc/trpl/lifetimes.md +++ b/src/doc/trpl/lifetimes.md @@ -1,3 +1,3 @@ % Lifetimes -Coming soon! +Coming Soon! Until then, check out the [ownership](ownership.html) chapter. diff --git a/src/doc/trpl/references-and-borrowing.md b/src/doc/trpl/references-and-borrowing.md index 6acb326958d..0e13ea61264 100644 --- a/src/doc/trpl/references-and-borrowing.md +++ b/src/doc/trpl/references-and-borrowing.md @@ -1,3 +1,3 @@ % References and Borrowing -Coming Soon! +Coming Soon! Until then, check out the [ownership](ownership.html) chapter. |
