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 ae05961 commit 5863cb3Copy full SHA for 5863cb3
src/tools/tidy/src/ui_tests.rs
@@ -25,7 +25,7 @@ pub fn check(path: &Path, bad: &mut bool) {
25
if let Some(ext) = file_path.extension() {
26
if (ext == "stderr" || ext == "stdout") && !file_path.with_extension("rs").exists() {
27
28
- // rust-lang/rust#48879: this fn used to be beautful
+ // rust-lang/rust#48879: this fn used to be beautiful
29
// because Path API special-cases replacing
30
// extensions. That works great for ".stderr" but not
31
// so well for ".nll.stderr". To support the latter,
0 commit comments