diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2017-05-11 10:15:56 -0400 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2017-05-20 19:27:31 -0400 |
| commit | 1f01b09ddcd5d5ab0927528b1db0962b4310e3fc (patch) | |
| tree | 7229f3ab607174c51baf0810f2abd9c4d9922eeb | |
| parent | e847d46bcb01c71e18610eeb30db6f2b6a7f3214 (diff) | |
| download | rust-1f01b09ddcd5d5ab0927528b1db0962b4310e3fc.tar.gz rust-1f01b09ddcd5d5ab0927528b1db0962b4310e3fc.zip | |
Add stub entry to unstable book for needs_drop
| -rw-r--r-- | src/doc/unstable-book/src/library-features/needs-drop.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/library-features/needs-drop.md b/src/doc/unstable-book/src/library-features/needs-drop.md new file mode 100644 index 00000000000..10ae95695a2 --- /dev/null +++ b/src/doc/unstable-book/src/library-features/needs-drop.md @@ -0,0 +1,7 @@ +# `needs_drop` + +The tracking issue for this feature is: [#41890] + +[#41890]: https://github.com/rust-lang/rust/issues/41890 + +------------------------ |
