Skip to content

Commit

Permalink
Remove empty line after doc comment
Browse files Browse the repository at this point in the history
This fixes a new clippy lint.
  • Loading branch information
robin-nitrokey committed Jan 7, 2025
1 parent b868aa6 commit 45e87d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 45e87d5

Please sign in to comment.