diff options
| author | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
| commit | f8a80039c74332e2101a177ef3fde31ef2077224 (patch) | |
| tree | f887c96bf9879a28b7ce914ad96161f63ee83190 /scripts/src/libs/system.rs | |
| parent | 488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (diff) | |
Lots a changes
Diffstat (limited to 'scripts/src/libs/system.rs')
| -rw-r--r-- | scripts/src/libs/system.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/libs/system.rs b/scripts/src/libs/system.rs index e2d0ddb..9c5a50c 100644 --- a/scripts/src/libs/system.rs +++ b/scripts/src/libs/system.rs @@ -1,5 +1,5 @@ +use std::borrow::Cow; use std::mem::align_of; -use std::{borrow::Cow, process::Command}; use chrono::Offset; use wasmtime::{Caller, Memory}; |
