From 8ec8b0aca7fed19a2cc7c3c37efedb838b046d9a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 24 Oct 2018 23:46:21 +0200 Subject: [PATCH] Hotfix: Ignore code snippet here --- lib/core/libimagstore/src/storeid.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/libimagstore/src/storeid.rs b/lib/core/libimagstore/src/storeid.rs index 0908a3b7..38aa0f3c 100644 --- a/lib/core/libimagstore/src/storeid.rs +++ b/lib/core/libimagstore/src/storeid.rs @@ -132,7 +132,9 @@ impl StoreId { /// /// This is safe because the /// + /// ```ignore /// impl ToString for T + /// ``` /// /// does only fail if Display::display() failed. The implementation of ::std::path::Display and /// the implementation ::std::fmt::Display for ::std::path::Display do not return errors though.