We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9810a commit 96c91afCopy full SHA for 96c91af
1 file changed
src/tools/compiletest/src/runtest.rs
@@ -3761,7 +3761,7 @@ impl<'test> TestCx<'test> {
3761
3762
fn delete_file(&self, file: &PathBuf) {
3763
if !file.exists() {
3764
- // Deleting a nonexistant file would error.
+ // Deleting a nonexistent file would error.
3765
return;
3766
}
3767
if let Err(e) = fs::remove_file(file) {
0 commit comments