chore: Wrong formatting for module doc

This commit is contained in:
Karolin Varner
2024-10-24 14:01:20 +02:00
parent e9772effa6
commit c0c06cd1dc
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
/// Utilities for working with file descriptors
//! Utilities for working with file descriptors
use anyhow::bail;
use rustix::{
fd::{AsFd, BorrowedFd, FromRawFd, OwnedFd, RawFd},
+2 -1
View File
@@ -1,4 +1,5 @@
/// Helpers for working with files
//! Helpers for working with files
use anyhow::ensure;
use std::fs::File;
use std::io::Read;