From c50c21dd2637eaa50522bfe0b4cfa83ea7b318ef Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 31 Jul 2018 22:08:28 +0200 Subject: [PATCH] nick: Deny missing docs. --- src/nick.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nick.rs b/src/nick.rs index 9844e931..2f13b6c6 100644 --- a/src/nick.rs +++ b/src/nick.rs @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#![deny(missing_docs)] + generate_elem_id!( /// Represents a global, memorable, friendly or informal name chosen by a user. Nick, "nick", NICK