1
Fork 0

docs: Standardize on 'Errors' header in std docs

This commit is contained in:
Kamal Marhubi 2016-02-01 21:41:29 -05:00
parent 49fe519791
commit 129a6239d2
9 changed files with 18 additions and 18 deletions

View file

@ -70,7 +70,7 @@ pub struct Metadata(fs_imp::FileAttr);
/// information like the entry's path and possibly other metadata can be
/// learned.
///
/// # Failure
/// # Errors
///
/// This `io::Result` will be an `Err` if there's some sort of intermittent
/// IO error during iteration.