mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
devices: virtio: video: mark non-Rust code block
Indicate that the code block with instructions for running bindgen is not Rust code to avoid this warning: warning: could not parse code block as Rust code BUG=None TEST=cargo doc --all-features Change-Id: I38a9d49487dc1da8e41d3fca5dfa1b8bc8ae5e84 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2762064 Reviewed-by: Zach Reizner <zachr@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
89e64c0d2e
commit
2cce1a271b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! This file was generated by the following commands and modified manually.
|
||||
//!
|
||||
//! ```
|
||||
//! ```shell
|
||||
//! $ bindgen virtio_video.h \
|
||||
//! --whitelist-type "virtio_video.*" \
|
||||
//! --whitelist-var "VIRTIO_VIDEO_.*" \
|
||||
|
|
Loading…
Reference in a new issue