mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
Remove empty line after doc comment
This fixes a new clippy lint.
This commit is contained in:
@@ -573,7 +573,6 @@ impl<'a, 'b, Storage: driver::Storage> File<'a, 'b, Storage> {
|
||||
///
|
||||
/// It is equivalent to OpenOptions::new() but allows you to write more readable code.
|
||||
/// This also avoids the need to import OpenOptions`.
|
||||
|
||||
pub fn with_options() -> OpenOptions {
|
||||
OpenOptions::new()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user