Remove empty line after doc comment

This fixes a new clippy lint.
This commit is contained in:
Robin Krahl
2025-01-07 12:25:28 +01:00
parent b868aa6c92
commit 45e87d5e25
-1
View File
@@ -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()
}