Dummy change to start the tests

Signed-off-by: Ricardo Koller <ricarkol@gmail.com>
This commit is contained in:
Ricardo Koller 2020-08-04 16:58:39 -04:00 committed by Sebastien Boeuf
parent 7589f1b3bf
commit 358b3c0b89

View File

@ -50,7 +50,7 @@ pub enum Error {
UmountTempDir(io::Error),
/// Call to libc::unshare returned an error.
Unshare(io::Error),
/// Failed to read procfs.
/// Failed to read from procfs.
ReadProc(io::Error),
/// Failed to parse `/proc/sys/fs/nr_open`.
InvalidNrOpen(std::num::ParseIntError),