Skip to content

Commit ea3e5f3

Browse files
author
Alan Jeffrey
committed
Make js::detail::HashTable.* opaque
1 parent 7fb484a commit ea3e5f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ const OPAQUE_TYPES: &'static [&'static str] = &[
275275
"JS::detail::CallArgsBase.*",
276276
"js::HashMap.*",
277277
"js::detail::UniqueSelector.*",
278-
"js::detail::HashTable_Ptr.*",
279-
"js::detail::HashTable_Range.*",
278+
"js::detail::HashTable.*",
280279
"mozilla::BufferList",
281280
"mozilla::Maybe.*",
282281
"mozilla::UniquePtr.*",

0 commit comments

Comments
 (0)