Update README.md for changes subject

Link to Rust doc fixed, old link https://doc.rust-lang.org/std/keyword.Self.html is 404.
This commit is contained in:
Maxim Mihajlov 2022-05-25 14:08:59 +03:00 committed by GitHub
parent f9b7b67a31
commit 7e4963f949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ $
### Notions
- [Example of Structs](https://doc.rust-lang.org/book/ch05-02-example-structs.html)
- [Keyword Self](https://doc.rust-lang.org/std/keyword.Self.html)
- [Keyword Self](https://doc.rust-lang.org/std/keyword.self.html)