mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-05 12:47:49 +00:00
add a top level doc comment to fs submodule
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ef612103f2
commit
2abdbb5113
@ -1,3 +1,5 @@
|
|||||||
|
//! File related utilities such as `replace_file`.
|
||||||
|
|
||||||
use std::ffi::CStr;
|
use std::ffi::CStr;
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::{BufRead, BufReader, Write};
|
use std::io::{BufRead, BufReader, Write};
|
||||||
|
Loading…
Reference in New Issue
Block a user