summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-01 22:48:10 -0500
committerStuart Stock <stuart@int08h.com>2017-07-01 22:48:10 -0500
commit97611bbd3648dcb1f6058694aed94293b1331f69 (patch)
tree912d7dd0c7336f86a937b26f2557e8c0fe4e4a32 /src/error.rs
parent830e0b9782ba0181a94c436761585ba47b25b0d7 (diff)
downloadroughenough-97611bbd3648dcb1f6058694aed94293b1331f69.zip
add sign module; continue work on server
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/error.rs b/src/error.rs
index fed741a..ef0f7d9 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -8,8 +8,7 @@ pub enum Error {
/// The associated tag was added to an `RtMessage` in non-increasing order.
TagNotStrictlyIncreasing(Tag),
- /// Encoding failed. The associated `std::io::Error` should provide
- /// more information.
+ /// Encoding failed. The associated `std::io::Error` should provide more information.
EncodingFailure(std::io::Error),
}