You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use tempfile crate in the unit test to create temp file, but vmm-sys-util also
provide a tempfile::TempFile API with more lightweight implementation, since we already
have dependency on vmm-sys-util crate, we can use this API to remove the dependency on tempfile crate.
The text was updated successfully, but these errors were encountered:
Currently we use tempfile crate in the unit test to create temp file, but vmm-sys-util also
provide a tempfile::TempFile API with more lightweight implementation, since we already
have dependency on vmm-sys-util crate, we can use this API to remove the dependency on tempfile crate.
The text was updated successfully, but these errors were encountered: