Skip to content

Commit 68f4def

Browse files
authored
Merge pull request #148 from rust-lang/mention-book-in-readme
Add a link to the Polonius book in README.md
2 parents 5751142 + 33a4dbb commit 68f4def

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
This is a core library that models the borrow check. It implements the analysis
2-
[described in this blogpost][post].
2+
[described in this blogpost][post]. Details are [in the Polonius book][book].
33

44
[post]: http://smallcultfollowing.com/babysteps/blog/2018/04/27/an-alias-based-formulation-of-the-borrow-checker/
5+
[book]: https://rust-lang.github.io/polonius/
56

67
### Why the name "Polonius"?
78

0 commit comments

Comments
 (0)