Update stdsimd to undo an accidental stabilization

Closes #52403
This commit is contained in:
Alex Crichton 2018-07-19 07:01:37 -07:00
parent 5ba21844f6
commit d77defcca1
4 changed files with 1 additions and 9 deletions

View file

@ -15,6 +15,5 @@ const EXPECTED = {
{ 'path': 'std', 'name': 'str' },
{ 'path': 'std', 'name': 'u8' },
{ 'path': 'std::ffi', 'name': 'CStr' },
{ 'path': 'std::simd', 'name': 'u8x2' },
],
};