Addressed feedback

This commit is contained in:
Rich Kadel
2020-11-13 09:02:25 -08:00
parent c131063988
commit b4b0ef3e4b
3 changed files with 10 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ use rustc_span::{CharPos, Pos, SourceFile, Span, Symbol};
/// A simple error message wrapper for `coverage::Error`s.
#[derive(Debug)]
pub(self) struct Error {
struct Error {
message: String,
}