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.