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:
Keiichi Watanabe 2022-07-22 01:22:14 +09:00 committed by crosvm LUCI
parent 967e30e0fc
commit c6245341ec

View file

@ -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;