rustfmt and trim trailing whitespace.

This commit is contained in:
Dan Gohman
2019-11-08 16:03:46 -08:00
parent da89d08fca
commit 39b0d670c5
7 changed files with 19 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ use std::{ffi, io};
///
/// Unlike `std::fs::DirEntry`, this API has no `DirEntry::path`, because
/// absolute paths don't interoperate well with the capability-oriented
/// security model.
/// security model.
///
/// TODO: Not yet implemented.
///