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 3d916a3 commit 49c22feCopy full SHA for 49c22fe
1 file changed
crates/lupus/src/engine.rs
@@ -104,7 +104,7 @@ impl Engine {
104
(Artifact::Text(text), ArtifactKind::Markup) => {
105
Ok(Artifact::Markup(data_into_markup(Data::String(text))?))
106
}
107
- (artifact, target) => Err(ConvertError::WrongArtifact {
+ (artifact, target) => Err(ConvertError::WrongArtifact {
108
expected: target,
109
found: artifact.kind(),
110
}),
0 commit comments