From 971d7ed24966e64c8ec8352ada433b672c25012f Mon Sep 17 00:00:00 2001 From: Niv Kaminer Date: Thu, 9 Aug 2018 19:33:57 +0300 Subject: move PinBox into pin module and export through std --- src/test/rustdoc-js/pinbox-new.js | 4 ++-- src/test/rustdoc-js/vec-new.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/rustdoc-js') diff --git a/src/test/rustdoc-js/pinbox-new.js b/src/test/rustdoc-js/pinbox-new.js index 061c7b30741..55842dc8e45 100644 --- a/src/test/rustdoc-js/pinbox-new.js +++ b/src/test/rustdoc-js/pinbox-new.js @@ -14,7 +14,7 @@ const QUERY = 'pinbox::new'; const EXPECTED = { 'others': [ - { 'path': 'std::boxed::PinBox', 'name': 'new' }, - { 'path': 'alloc::boxed::PinBox', 'name': 'new' }, + { 'path': 'std::pin::PinBox', 'name': 'new' }, + { 'path': 'alloc::pin::PinBox', 'name': 'new' }, ], }; diff --git a/src/test/rustdoc-js/vec-new.js b/src/test/rustdoc-js/vec-new.js index 702953e2e9d..4a654ccb135 100644 --- a/src/test/rustdoc-js/vec-new.js +++ b/src/test/rustdoc-js/vec-new.js @@ -14,6 +14,6 @@ const EXPECTED = { 'others': [ { 'path': 'std::vec::Vec', 'name': 'new' }, { 'path': 'std::vec::Vec', 'name': 'ne' }, - { 'path': 'std::boxed::PinBox', 'name': 'new' }, + { 'path': 'std::pin::PinBox', 'name': 'new' }, ], }; -- cgit 1.4.1-3-g733a5