We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2de12 commit 7521052Copy full SHA for 7521052
README.md
@@ -44,7 +44,7 @@ Modify `Cargo.toml` in this way:
44
strip = true # Automatically strip symbols from the binary.
45
```
46
47
-On Rust versions older than 1.59, run [`strip`](https://linux.die.net/man/1/strip) directly on
+**Prior to Rust 1.59**, run [`strip`](https://linux.die.net/man/1/strip) directly on
48
the `.elf` file instead:
49
50
```bash
0 commit comments