From 563bfeb3cd53bdb0e358d53e9c42853c860d1485 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Mon, 7 Dec 2020 12:10:57 +0100 Subject: [PATCH] Revert me: Provoke doc failures in example --- examples/dns/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dns/lib.rs b/examples/dns/lib.rs index abcba1c54df..9f0bd51f0aa 100644 --- a/examples/dns/lib.rs +++ b/examples/dns/lib.rs @@ -95,6 +95,7 @@ mod dns { } /// Type alias for the contract's result type. + /// ```rust pub type Result = core::result::Result; impl DomainNameService {