From 2aafe1a4cbde5379bd149af4b64662e26531e74b Mon Sep 17 00:00:00 2001 From: Lokathor <zefria@gmail.com> Date: Sat, 15 Dec 2018 20:47:00 -0700 Subject: [PATCH] Using their full name upon request. --- book/src/01-quirks/05-const_asserts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/01-quirks/05-const_asserts.md b/book/src/01-quirks/05-const_asserts.md index 0827a85..42b99ed 100644 --- a/book/src/01-quirks/05-const_asserts.md +++ b/book/src/01-quirks/05-const_asserts.md @@ -9,8 +9,8 @@ provides a way to let you assert on a `const` expression. This is an amazing crate that you should definitely use when you can. -It's written by [nvzqz](https://github.com/nvzqz), and they kindly wrote up a -[blog +It's written by [Nikolai Vazquez](https://github.com/nvzqz), and they kindly +wrote up a [blog post](https://nikolaivazquez.com/posts/programming/rust-static-assertions/) that explains the thinking behind it.