We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb395c commit 4a79d52Copy full SHA for 4a79d52
crates/stackable-versioned/src/k8s.rs
@@ -50,7 +50,7 @@ pub enum ParseObjectError {
50
#[snafu(display("the field {field:?} is missing"))]
51
FieldMissing { field: String },
52
53
- #[snafu(display(r#"the field {field:?} must be a string"#))]
+ #[snafu(display("the field {field:?} must be a string"))]
54
FieldNotStr { field: String },
55
56
#[snafu(display("encountered unknown object API version {api_version:?}"))]
0 commit comments