1
Fork 0

Fix rustdoc-js test

This commit is contained in:
Oliver Middleton 2018-01-25 17:18:52 +00:00
parent 2e81ce7dfa
commit 77bc826f90

View file

@ -15,7 +15,5 @@ const EXPECTED = {
{ 'path': 'std::char', 'name': 'from_u32' },
{ 'path': 'std::str', 'name': 'from_utf8' },
{ 'path': 'std::string::String', 'name': 'from_utf8' },
{ 'path': 'std::i32', 'name': 'from_unsigned' },
{ 'path': 'std::i128', 'name': 'from_unsigned' },
],
};