vm-allocator: Force documenting all public APIs

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2019-05-21 19:39:11 +02:00
parent 9f247751e7
commit 52790424f2

View File

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