chore: Wrong formatting for module doc

This commit is contained in:
Karolin Varner
2024-10-20 20:05:55 +02:00
parent e9772effa6
commit c0c06cd1dc
2 changed files with 4 additions and 2 deletions

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},

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;