We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08d50 commit acd4ddaCopy full SHA for acd4dda
1 file changed
src/main.rs
@@ -65,7 +65,7 @@ enum Error {
65
Runtime(#[from] RuntimeError),
66
}
67
68
-// When main() returns a `Error`, it will be printed using the `Display` implementation
+// When main() returns an `Error`, it will be printed using the `Display` implementation
69
impl Debug for Error {
70
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
71
write!(f, "{}", self)
0 commit comments