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:
Daniel Verkamp 2021-03-15 13:06:58 -07:00 committed by Commit Bot
parent 89e64c0d2e
commit 2cce1a271b

View file

@ -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_.*" \