Commit 66a6326
committed
README.md: Fix space (non-breaking space)
Replace a non-breaking space (U+C2A0) with a normal space in the
README.md. This non-ASCII character coming right after a preformatted
argument name apparently cause rustc to panic:
$ cargo +nightly clippy --all-features
[...]
thread 'rustc' panicked at compiler/rustc_resolve/src/rustdoc.rs:573:52:
byte index 7115 is not a char boundary; it is inside '\u{a0}' (bytes 7114..7116) of `# rbpf
<picture>
<source media="(prefers-color-scheme: dark)" srcset="misc/rbpf_256_border.png">
<img src="misc/rbpf_256.png">
</picture>
Rust (user-space) virtual machine for eBPF
[![Build Status](https://github.com/qmonnet/rbpf/actions/workflows/t`[...]
stack backtrace:
[...]
error: the compiler unexpectedly panicked. this is a bug.
[...]
Link: https://github.com/qmonnet/rbpf/actions/runs/15249809389/job/42949036444?pr=125
Signed-off-by: Quentin Monnet <qmo@qmon.net>1 parent 487d0bd commit 66a6326
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments