We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738225b commit 26a78d2Copy full SHA for 26a78d2
examples/disk.rs
@@ -11,7 +11,7 @@ use thiserror::Error;
11
12
#[derive(Error, Debug, PartialEq, Clone)]
13
enum ExampleError {
14
- #[error("error with redis cache `{0}`")]
+ #[error("error with disk cache `{0}`")]
15
DiskError(String),
16
}
17
0 commit comments