mirror of https://github.com/rwf2/Rocket.git
Make 'FileName' danger more pronounced.
This commit is contained in:
parent
9d20c57d91
commit
f49ee7da00
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue