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 f27475c commit 67b577fCopy full SHA for 67b577f
src/utils/json/mod.rs
@@ -151,7 +151,7 @@ impl Visitor<'_> for PartitionsFromStr {
151
type Value = Vec<CustomPartition>;
152
153
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
154
- formatter.write_str("a string containing \"true\"")
+ formatter.write_str("a comma-separated list of custom partitions (e.g., \"a,b,c\")")
155
}
156
157
fn visit_borrowed_str<E>(self, v: &'_ str) -> Result<Self::Value, E>
0 commit comments