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 f128a9e commit c35d74aCopy full SHA for c35d74a
1 file changed
src/runtime_error.rs
@@ -12,7 +12,7 @@ pub enum RuntimeError {
12
/// [DataTreeReflection](crate::data_tree::Reflection) from stdin.
13
#[display("DeserializationFailure: {_0}")]
14
DeserializationFailure(serde_json::Error),
15
- /// When both `--json-input` and file names are both specified.
+ /// When `--json-input` and file names are both specified.
16
#[display("JsonInputArgConflict: Arguments exist alongside --json-input")]
17
JsonInputArgConflict,
18
/// When input JSON data is not a valid tree.
0 commit comments