Skip to content

Commit aff27bb

Browse files
Apply suggestions from code review
Co-authored-by: Pascal Hertleif <[email protected]>
1 parent 817563e commit aff27bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ members = [
1818
".",
1919
"testing/rust-integration",
2020
"testing/can-messages",
21-
"testing/cantools-messages"
21+
"testing/cantools-messages",
2222
]

testing/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These can be used as test cases in the `rust-itegration` crate.
2626

2727
## Cantools
2828

29-
[cantools](https://github.com/eerimoq/cantools) are used for comparing results of packing and unpacking.
29+
https://github.com/eerimoq/cantools[cantools] are used for comparing results of packing and unpacking.
3030
- Install cantools
3131
- Run `./cantools-messages/generate_example_code` in order to regenerate the c source code which is based on the dbc example.
3232
- Run `cargo test` in cantools-messages

0 commit comments

Comments
 (0)