mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-17 07:23:53 -08:00
chore: Wrong formatting for module doc
This commit is contained in:
@@ -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},
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user