]> git.lizzy.rs Git - rust.git/blobdiff - docs/dev/syntax.md
internal: use idiomatic form of assertions
[rust.git] / docs / dev / syntax.md
index 5a065e00ef6b692c431e7ec8a03d1c877c52666d..4f45aa321b3ba4a1a05e02aad0087320b7ee7571 100644 (file)
@@ -110,7 +110,7 @@ FN@0..17
 
 (significant amount of implementation work here was done by [CAD97](https://github.com/cad97)).
 
-To reduce the amount of allocations, the GreenNode is a DST, which uses a single allocation for header and children. Thus, it is only usable behind a pointer
+To reduce the amount of allocations, the GreenNode is a [DST](https://doc.rust-lang.org/reference/dynamically-sized-types.html), which uses a single allocation for header and children. Thus, it is only usable behind a pointer.
 
 ```
 *-----------+------+----------+------------+--------+--------+-----+--------*