mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
devices: vmwdt: Fix rustdoc::bare_urls warnings
BUG=none TEST=tools/cargo-doc Change-Id: Ibec2c3f289f57cbabc1533a97fbfb20dbe3385ed Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3780082 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: Keiichi Watanabe <keiichiw@chromium.org>
This commit is contained in:
parent
967e30e0fc
commit
c6245341ec
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! vmwdt is a virtual watchdog memory mapped device which detects stalls
|
||||
//! on the vCPUs and resets the guest when no 'pet' events are received.
|
||||
//! https://docs.google.com/document/d/1DYmk2roxlwHZsOfcJi8xDMdWOHAmomvs2SDh7KPud3Y/edit?usp=sharing&resourcekey=0-oSNabc-t040a1q0K4cyI8Q
|
||||
//! <https://docs.google.com/document/d/1DYmk2roxlwHZsOfcJi8xDMdWOHAmomvs2SDh7KPud3Y/edit?usp=sharing&resourcekey=0-oSNabc-t040a1q0K4cyI8Q>
|
||||
|
||||
use crate::pci::CrosvmDeviceId;
|
||||
use crate::DeviceId;
|
||||
|
|
Loading…
Reference in a new issue