crosvm/swap
Shintaro Kawamura 4fe7944e35 swap: use Lazy::force instead of dereference
As you can see in the doc comment of `Lazy::force()`, `Lazy::force()`
"is equivalent to the `Deref` impl, but is explicit".

BUG=none
TEST=manual test

Change-Id: I77b5e6ab1985e7efe1bdb86eefb5271438c451fa
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4333208
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Shin Kawamura <kawasin@google.com>
2023-03-14 02:12:16 +00:00
..
src swap: use Lazy::force instead of dereference 2023-03-14 02:12:16 +00:00
tests Use custom test harness for tests using fork 2023-03-01 21:46:16 +00:00
Cargo.toml swap: use create_sandbox_minijail for the monitor process 2023-03-02 00:42:35 +00:00