Skip to content

Commit f23a1f4

Browse files
authored
Merge pull request #1345 from zgrmrts/patch-1
Remove stale footnote
2 parents ffc9958 + bfd7f27 commit f23a1f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/types/literals.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ fn main() {
3030
There are some concepts used in the previous code that haven't been explained
3131
yet, here's a brief explanation for the impatient readers:
3232

33-
* `fun(&foo)` is used to pass an argument to a function *by reference*, rather
34-
than by value (`fun(foo)`). For more details see [borrowing][borrow].
3533
* `std::mem::size_of_val` is a function, but called with its *full path*. Code
3634
can be split in logical units called *modules*. In this case, the
3735
`size_of_val` function is defined in the `mem` module, and the `mem` module
3836
is defined in the `std` *crate*. For more details, see
3937
[modules][mod] and [crates][crate].
4038

41-
[borrow]: ../scope/borrow.md
4239
[mod]: ../mod.md
4340
[crate]: ../crates.md

0 commit comments

Comments
 (0)