File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,19 +87,19 @@ impl fmt::Display for Error {
87
87
) ,
88
88
ErrorKind :: SwapNonOne => write ! (
89
89
f,
90
- "fragment «{}» attempts to use `SWAP` to prefix something
90
+ "fragment «{}» attempts to use `SWAP` to prefix something \
91
91
which does not take exactly one input",
92
92
self . fragment_string,
93
93
) ,
94
94
ErrorKind :: NonZeroZero => write ! (
95
95
f,
96
- "fragment «{}» attempts to use use the `j:` wrapper around a
96
+ "fragment «{}» attempts to use use the `j:` wrapper around a \
97
97
fragment which might be satisfied by an input of size zero",
98
98
self . fragment_string,
99
99
) ,
100
100
ErrorKind :: LeftNotUnit => write ! (
101
101
f,
102
- "fragment «{}» requires its left child be a unit (outputs
102
+ "fragment «{}» requires its left child be a unit (outputs \
103
103
exactly 1 given a satisfying input)",
104
104
self . fragment_string,
105
105
) ,
You can’t perform that action at this time.
0 commit comments