Skip to content

Commit

Permalink
Update docs/DafnyRef/integration- rust/IntegrationRust.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Salkeld <[email protected]>
  • Loading branch information
MikaelMayer and robin-aws authored Sep 12, 2024
1 parent ecfb6e4 commit d2d082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DafnyRef/integration- rust/IntegrationRust.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ fn main() {
# Tests

* Methods with the `{:test}` attribute will produce an equivalent `#[test]` method that can be run via `cargo test` on the code produced by `dafny build`.
* Modules with the `{:rust_cfg_test}` attribute will have the attribute`#[cfg(test)]` when translated to Rust
* Modules with the `{:rust_cfg_test}` attribute will have the attribute `#[cfg(test)]` when translated to Rust.

0 comments on commit d2d082c

Please sign in to comment.