commit | efff2ff55f36fb9acd7e074557b98f60bf51270a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Jan 07 11:49:52 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Jan 07 11:49:52 2018 -0800 |
tree | 0ec6716d8146d65588aca33ac22f2652e5c8e279 | |
parent | c04351942302452ca96db7f877afbbfe7688601b [diff] [blame] |
Abbreviate an error to fit on one line
diff --git a/src/lib.rs b/src/lib.rs index 7d236db..fad1e45 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -178,7 +178,7 @@ //! --> src/main.rs:7:5 //! | //! 7 | bad: std::thread::Thread, -//! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `HeapSize` is not implemented for `std::thread::Thread` +//! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `HeapSize` is not implemented for `Thread` //! ``` //! //! ## Parsing a custom syntax using combinators