diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-01-09 07:15:52 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-01-09 07:19:29 +0100 |
| commit | a89cecef0129161dd4bd85131f0ea4d6630ad194 (patch) | |
| tree | 929605b62521ed38fe9743c5b4807bcea325d919 /src/libcore/ops/function.rs | |
| parent | ae167c91aa9abefcd4a9697b5560330ef18e2e3e (diff) | |
| download | rust-a89cecef0129161dd4bd85131f0ea4d6630ad194.tar.gz rust-a89cecef0129161dd4bd85131f0ea4d6630ad194.zip | |
docs: Fix some 'second-edition' links
Diffstat (limited to 'src/libcore/ops/function.rs')
| -rw-r--r-- | src/libcore/ops/function.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcore/ops/function.rs b/src/libcore/ops/function.rs index ec2e53412a0..3a1d765f7b8 100644 --- a/src/libcore/ops/function.rs +++ b/src/libcore/ops/function.rs @@ -27,7 +27,7 @@ /// `Fn(usize, bool) -> usize`). Those interested in the technical details of /// this can refer to [the relevant section in the *Rustonomicon*][nomicon]. /// -/// [book]: ../../book/second-edition/ch13-01-closures.html +/// [book]: ../../book/ch13-01-closures.html /// [`FnMut`]: trait.FnMut.html /// [`FnOnce`]: trait.FnOnce.html /// [function pointers]: ../../std/primitive.fn.html @@ -95,7 +95,7 @@ pub trait Fn<Args> : FnMut<Args> { /// `Fn(usize, bool) -> usize`). Those interested in the technical details of /// this can refer to [the relevant section in the *Rustonomicon*][nomicon]. /// -/// [book]: ../../book/second-edition/ch13-01-closures.html +/// [book]: ../../book/ch13-01-closures.html /// [`Fn`]: trait.Fn.html /// [`FnOnce`]: trait.FnOnce.html /// [function pointers]: ../../std/primitive.fn.html @@ -173,7 +173,7 @@ pub trait FnMut<Args> : FnOnce<Args> { /// `Fn(usize, bool) -> usize`). Those interested in the technical details of /// this can refer to [the relevant section in the *Rustonomicon*][nomicon]. /// -/// [book]: ../../book/second-edition/ch13-01-closures.html +/// [book]: ../../book/ch13-01-closures.html /// [`Fn`]: trait.Fn.html /// [`FnMut`]: trait.FnMut.html /// [function pointers]: ../../std/primitive.fn.html |
