Hotfix: Ignore code snippet here
This commit is contained in:
parent
52c5300ec8
commit
8ec8b0aca7
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue