chore(napi): remove useless From trait

This commit is contained in:
LongYinan 2020-11-04 16:36:01 +08:00
parent 078d1ed2d0
commit 7c996ebaa0
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -1,4 +1,4 @@
use std::convert::{From, TryFrom};
use std::convert::TryFrom;
use std::ffi::CString;
use std::ptr;