Merge branch 'minor'

Merge for hotfix where test failed because of code snippet in function
documentation.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2018-10-24 23:46:33 +02:00
commit ca9905c6fb

View file

@ -132,7 +132,9 @@ impl StoreId {
/// ///
/// This is safe because the /// This is safe because the
/// ///
/// ```ignore
/// impl<T: fmt::Display + ?Sized> ToString for T /// impl<T: fmt::Display + ?Sized> ToString for T
/// ```
/// ///
/// does only fail if Display::display() failed. The implementation of ::std::path::Display and /// 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. /// the implementation ::std::fmt::Display for ::std::path::Display do not return errors though.