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 9c2f2ee commit 31a3e74Copy full SHA for 31a3e74
src/glossary.md
@@ -225,8 +225,8 @@ h1#glossary ~ ul > li:first-line {
225
Rust comes with built-in support for running small unit tests and larger
226
integration tests. See [Unit Tests](testing/unit-tests.md).
227
- unit type:\
228
- Type that holds no data, written as a tuple with no members. See
229
- speaker notes on [Functions](control-flow-basics/functions.html).
+ Type that holds no data, written as a tuple with no members. See speaker notes
+ on [Functions](control-flow-basics/functions.html).
230
- unsafe:\
231
The subset of Rust which allows you to trigger _undefined behavior_. See
232
[Unsafe Rust](unsafe-rust/unsafe.md).
0 commit comments