diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-18 10:59:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-18 14:59:51 +0000 |
commit | d11e89127d723d84afe6e5603b731c014a54f9da (patch) | |
tree | 06dbfe0b8d8eb965e477472cff223a8d335c50ad /core/snapshot_util.rs | |
parent | 8af0c8351935ea7c6c0441055d5164908322c9d6 (diff) |
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
This reverts commit 4b6305f4f25fc76f974bbdcc9cdb139d5ab8f5f4.
Diffstat (limited to 'core/snapshot_util.rs')
-rw-r--r-- | core/snapshot_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/snapshot_util.rs b/core/snapshot_util.rs index 20019f5cc..74bd7d8a3 100644 --- a/core/snapshot_util.rs +++ b/core/snapshot_util.rs @@ -121,7 +121,7 @@ fn data_error_to_panic(err: v8::DataError) -> ! { } } -#[derive(Copy, Clone, Debug, PartialEq, Eq)] +#[derive(Copy, Clone, PartialEq, Eq)] pub(crate) enum SnapshotOptions { Load, CreateFromExisting, |