Skip to content

Commit 8c26040

Browse files
committed
[hermes] Parse Hermes attribute bodies
gherrit-pr-id: Gy2vxsiq3p3mqlwkbeizm3snmmd3wtjv5
1 parent 26555ca commit 8c26040

File tree

4 files changed

+887
-390
lines changed

4 files changed

+887
-390
lines changed

tools/hermes/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ fn main() -> anyhow::Result<()> {
3838
let roots = resolve::resolve_roots(&resolve_args)?;
3939
let packages = scanner::scan_workspace(&roots)?;
4040
if packages.is_empty() {
41-
log::warn!("No Hermes annotations (/// ```lean ...) found in the selected targets. Nothing to verify.");
41+
log::warn!(
42+
"No Hermes annotations (/// ```lean ...) found in the selected targets. Nothing to verify."
43+
);
4244
return Ok(());
4345
}
4446
charon::run_charon(&resolve_args, &roots, &packages)?;

0 commit comments

Comments
 (0)