chore(napi): remove useless From trait
This commit is contained in:
parent
078d1ed2d0
commit
7c996ebaa0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
use std::convert::{From, TryFrom};
|
use std::convert::TryFrom;
|
||||||
use std::ffi::CString;
|
use std::ffi::CString;
|
||||||
use std::ptr;
|
use std::ptr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue