]> git.proxmox.com Git - proxmox-backup.git/commitdiff
loopdev: add module doc
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 7 Oct 2020 11:53:04 +0000 (13:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Oct 2020 06:34:39 +0000 (08:34 +0200)
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/tools/loopdev.rs

index 9f1d6fd11582339f0d11d5a90a3c61e758435d8b..68918dfd0b7d2b46ce5663e33dc470e090d6fb29 100644 (file)
@@ -1,3 +1,5 @@
+//! Helpers to work with /dev/loop* devices
+
 use anyhow::Error;
 use std::fs::{File, OpenOptions};
 use std::path::Path;