diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-05-08 10:39:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 10:39:05 +0200 |
| commit | f52e1be6954ef3f11907d23a5334b346b7f167dc (patch) | |
| tree | 316161260d741ec5b58f75646de5aa872069a0c7 | |
| parent | b2de3f4611c1d4ab8f3c1e703ddaf46c5ad52019 (diff) | |
| parent | 47cd0e733c3498dab7fc775d04475b23dd0e172c (diff) | |
| download | rust-f52e1be6954ef3f11907d23a5334b346b7f167dc.tar.gz rust-f52e1be6954ef3f11907d23a5334b346b7f167dc.zip | |
Merge pull request #2375 from smanilov/patch-4
Fix minor typo in serialization.md
| -rw-r--r-- | src/doc/rustc-dev-guide/src/serialization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/serialization.md b/src/doc/rustc-dev-guide/src/serialization.md index 670a37ffb0a..47667061eda 100644 --- a/src/doc/rustc-dev-guide/src/serialization.md +++ b/src/doc/rustc-dev-guide/src/serialization.md @@ -169,7 +169,7 @@ The `LazyArray<[T]>` and `LazyTable<I, T>` types provide some functionality over than the one being read. **note**: `LazyValue<T>` does not cache its value after being deserialized the -first time. Instead the query system its self is the main way of caching these +first time. Instead the query system itself is the main way of caching these results. [`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html |
