Make 'FileName' danger more pronounced.

This commit is contained in:
Sergio Benitez 2021-07-02 06:48:09 -07:00
parent 9d20c57d91
commit f49ee7da00
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ impl FileName {
/// The raw, unsanitized, potentially unsafe file name. Prefer to use /// The raw, unsanitized, potentially unsafe file name. Prefer to use
/// [`FileName::as_str()`], always. /// [`FileName::as_str()`], always.
/// ///
/// # Danger /// # ⚠️ DANGER ⚠️
/// ///
/// This method returns the file name exactly as it was specified by the /// This method returns the file name exactly as it was specified by the
/// client. You should **_not_** use this name _unless_ you require the /// client. You should **_not_** use this name _unless_ you require the