From 52790424f248424f36da197736feb1274c6823c2 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 21 May 2019 19:39:11 +0200 Subject: [PATCH] vm-allocator: Force documenting all public APIs Signed-off-by: Samuel Ortiz --- vm-allocator/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/vm-allocator/src/lib.rs b/vm-allocator/src/lib.rs index a891efcb4..4a14420dd 100644 --- a/vm-allocator/src/lib.rs +++ b/vm-allocator/src/lib.rs @@ -6,6 +6,7 @@ // found in the LICENSE-BSD-3-Clause file. // // SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause +#![deny(missing_docs)] //! Manages system resources that can be allocated to VMs and their devices.