From cd05ac59b752e754ad3fd52c336f8b758f6d15fc Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 27 Mar 2025 13:29:01 +0100 Subject: [PATCH] vhost: fix markdown formatting of docs heading Signed-off-by: Alyssa Ross --- vhost/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost/src/lib.rs b/vhost/src/lib.rs index 3c9fea8..74eece9 100644 --- a/vhost/src/lib.rs +++ b/vhost/src/lib.rs @@ -1,7 +1,7 @@ // Copyright (C) 2019 Alibaba Cloud. All rights reserved. // SPDX-License-Identifier: Apache-2.0 or BSD-3-Clause -//! Virtio Vhost Backend Drivers +//! # Virtio Vhost Backend Drivers //! //! Virtio devices use virtqueues to transport data efficiently. The first generation of virtqueue //! is a set of three different single-producer, single-consumer ring structures designed to store