Skip to content

Commit a7cdb5e

Browse files
minimize comments
1 parent 4dc1dd8 commit a7cdb5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ provides various options and flags to tweak its behaviour: you can display a
99
detailed documentation with `--help`.
1010
In particular, you can pretty-print the translated crate with both `--print-ullbc` and `--print-llbc`, depending on the Charon intermediate representation you wish to use.
1111

12-
Charon supports per-crate configuration via the `[package.metadata.charon]` section in `Cargo.toml`. A couple of Charon options can be passed as toml values there. The exact list can be found by looking at `src/bin/charon/toml_config.rs`. If an option is set both as a CLI flag and as a toml value and we can't merge them, the CLI flag wins.
12+
Charon supports per-crate configuration via the `[package.metadata.charon]` section in `Cargo.toml`.
13+
The exact list can be found by looking at `src/bin/charon/toml_config.rs`.
14+
If an option is set both as a CLI flag and as a toml value and we can't merge them, the CLI flag wins.
1315

1416
**Remark**: because Charon is compiled with Rust nightly (this is a requirement to implement a rustc
1517
driver), it will build your crate with Rust nightly. You can find the nightly version pinned for

0 commit comments

Comments
 (0)