We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4fc4d commit c0ca3f6Copy full SHA for c0ca3f6
1 file changed
src/check/manifest.rs
@@ -35,9 +35,7 @@ pub async fn check(
35
Diagnostic::error()
36
.with_code("manifest/io")
37
.with_message(format!(
38
- "Failed to read manifest contents ({}). {}",
39
- manifest_path.display(),
40
- e
+ "Failed to read manifest contents (typst.toml). {e}"
41
))
42
})?;
43
let manifest = toml_edit::Document::parse(&manifest_contents)
0 commit comments