commit | 94d2b79e9025585c9a74f65ddd82be4b0fdf30b6 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Apr 29 12:26:10 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Apr 29 12:26:52 2018 -0700 |
tree | e9a0dafb0eb8fcc2e9f5cdc5932de847cc4e3921 | |
parent | a5ed2fe32a3c8ce99b1e216ff094630ac9f1f6e7 [diff] [blame] |
Format with rustfmt 0.4.2
diff --git a/src/error.rs b/src/error.rs index 23d2a1a..619af10 100644 --- a/src/error.rs +++ b/src/error.rs
@@ -6,8 +6,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use std::error::Error; use buffer::Cursor; +use std::error::Error; use std::fmt::{self, Display}; /// The result of a `Synom` parser.