Skip to content

Commit c58f511

Browse files
committed
readme
1 parent d368d48 commit c58f511

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ cargo clippy
105105

106106
## Optional template features
107107

108-
### Enable code formatting / clippy checks in the CI
109-
110-
Uncomment the respective sections in the `ci.yml` workflow.
111-
112108
### Use DHAT to profile heap allocations
113109

114110
If you are not only interested in the runtime of your solution, but also its memory allocation profile, you can use the template's [DHAT](https://valgrind.org/docs/manual/dh-manual.html) integration to analyze it. In order to activate DHAT, call the `solve` command with the `--dhat` flag.
@@ -129,13 +125,6 @@ The command will output some basic stats to the command-line and generate a `dha
129125

130126
You can pass the report a tool like [dh-view](https://nnethercote.github.io/dh_view/dh_view.html) to view a detailed breakdown of heap allocations.
131127

132-
### Use VS Code to debug your code
133-
134-
1. Install [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) and [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb).
135-
2. Set breakpoints in your code. [^3]
136-
3. Click _Debug_ next to the unit test or the _main_ function. [^4]
137-
4. The debugger will halt your program at the specific line and allow you to inspect the local stack. [^5]
138-
139128
## Useful crates
140129

141130
- [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.

0 commit comments

Comments
 (0)