We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186dcb commit 9019d47Copy full SHA for 9019d47
src/main.rs
@@ -573,7 +573,7 @@ impl Input {
573
/**
574
Return the "safe name" for the input. This should be filename-safe.
575
576
- Currently, nothing is done to ensure this, other than hoping *really hard* that we don't get fed some excessively bizzare input filename.
+ Currently, nothing is done to ensure this, other than hoping *really hard* that we don't get fed some excessively bizarre input filename.
577
*/
578
pub fn safe_name(&self) -> &str {
579
use crate::Input::*;
0 commit comments