From cea0aed29feef1d07d91670ea63cd6af45efdfee Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 28 May 2018 18:14:14 +0000 Subject: Rewrap documentation comments to 100 characters --- src/util.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util.rs') diff --git a/src/util.rs b/src/util.rs index d380de4..22cccb3 100644 --- a/src/util.rs +++ b/src/util.rs @@ -48,9 +48,9 @@ pub enum CommandStatus { Error(CommandError), } -/// Log level for libnitrokey. Setting the log level to a lower level enables -/// all output from higher levels too. Currently, only the log levels `Warning`, -/// `DebugL1`, `Debug` and `DebugL2` are actually used. +/// Log level for libnitrokey. Setting the log level to a lower level enables all output from +/// higher levels too. Currently, only the log levels `Warning`, `DebugL1`, `Debug` and `DebugL2` +/// are actually used. #[derive(Debug, PartialEq)] pub enum LogLevel { /// Error messages. Currently not used. -- cgit v1.2.1