Skip to content

Commit 77bc826

Browse files
committedJan 25, 2018
Fix rustdoc-js test
1 parent 2e81ce7 commit 77bc826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/test/rustdoc-js/from_u.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ const EXPECTED = {
1515
{ 'path': 'std::char', 'name': 'from_u32' },
1616
{ 'path': 'std::str', 'name': 'from_utf8' },
1717
{ 'path': 'std::string::String', 'name': 'from_utf8' },
18-
{ 'path': 'std::i32', 'name': 'from_unsigned' },
19-
{ 'path': 'std::i128', 'name': 'from_unsigned' },
2018
],
2119
};

0 commit comments

Comments
 (0)
Please sign in to comment.