diff options
| author | est31 <MTest31@outlook.com> | 2017-05-23 02:28:13 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-05-25 11:57:55 +0200 |
| commit | 87950b79de4bd12ad02f32dbebc60ab1bef17f82 (patch) | |
| tree | 58b14b827856b87aec2de39489550f9ce85cfb72 /src/doc | |
| parent | d0811c9148ff4fa15aba69e7fb11d7ec5dabbe8d (diff) | |
| download | rust-87950b79de4bd12ad02f32dbebc60ab1bef17f82.tar.gz rust-87950b79de4bd12ad02f32dbebc60ab1bef17f82.zip | |
Stabilize non capturing closure to fn coercion
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/SUMMARY.md | 1 | ||||
| -rw-r--r-- | src/doc/unstable-book/src/language-features/closure-to-fn-coercion.md | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index 028f5c9ee5a..2058d4be17e 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -24,7 +24,6 @@ - [cfg_target_has_atomic](language-features/cfg-target-has-atomic.md) - [cfg_target_thread_local](language-features/cfg-target-thread-local.md) - [cfg_target_vendor](language-features/cfg-target-vendor.md) - - [closure_to_fn_coercion](language-features/closure-to-fn-coercion.md) - [compiler_builtins](language-features/compiler-builtins.md) - [concat_idents](language-features/concat-idents.md) - [conservative_impl_trait](language-features/conservative-impl-trait.md) diff --git a/src/doc/unstable-book/src/language-features/closure-to-fn-coercion.md b/src/doc/unstable-book/src/language-features/closure-to-fn-coercion.md deleted file mode 100644 index 4e3b735e24f..00000000000 --- a/src/doc/unstable-book/src/language-features/closure-to-fn-coercion.md +++ /dev/null @@ -1,7 +0,0 @@ -# `closure_to_fn_coercion` - -The tracking issue for this feature is: [#39817] - -[#39817]: https://github.com/rust-lang/rust/issues/39817 - ------------------------- |
