Skip to content

Commit

Permalink
fix typo noted during review
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix authored Apr 10, 2018
1 parent ae05961 commit 5863cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub fn check(path: &Path, bad: &mut bool) {
if let Some(ext) = file_path.extension() {
if (ext == "stderr" || ext == "stdout") && !file_path.with_extension("rs").exists() {

// rust-lang/rust#48879: this fn used to be beautful
// rust-lang/rust#48879: this fn used to be beautiful
// because Path API special-cases replacing
// extensions. That works great for ".stderr" but not
// so well for ".nll.stderr". To support the latter,
Expand Down

0 comments on commit 5863cb3

Please sign in to comment.