libs/safe-path: Fix doc formatting

Clippy fails with
```
error: doc list item missing indentation
```
so indent further to avoid this.
This commit is contained in:
stevenhorsman 2025-02-03 17:26:12 +00:00
parent 17b1e94f1a
commit 7831caf1e7

View File

@ -49,9 +49,9 @@
//!
//! The work is inspired by:
//! - [`filepath-securejoin`](https://github.com/cyphar/filepath-securejoin): secure_join() written
//! in Go.
//! in Go.
//! - [CVE-2021-30465](https://github.com/advisories/GHSA-c3xm-pvg7-gh7r): symlink related TOCTOU
//! flaw in `runC`.
//! flaw in `runC`.
#![deny(missing_docs)]