Hotfix: Ignore code snippet here

This commit is contained in:
Matthias Beyer 2018-10-24 23:46:21 +02:00
parent 52c5300ec8
commit 8ec8b0aca7

View file

@ -132,7 +132,9 @@ impl StoreId {
///
/// This is safe because the
///
/// ```ignore
/// impl<T: fmt::Display + ?Sized> 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.