Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
  • Loading branch information
iulianbarbu committed Nov 1, 2024
1 parent fdef703 commit ed3a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ of files or individual files.
In fact, this `README.md` file is automatically compiled whenever `cargo doc` is run on this
crate, resulting in the following codeblock to populate dynamically:

```rust
```rust,ignore
fn some_example() {
assert_eq!(2 + 2, 4);
assert_eq!(2 + 3, 5);
Expand Down

0 comments on commit ed3a62d

Please sign in to comment.