mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
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:
parent
17b1e94f1a
commit
7831caf1e7
@ -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)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user