Skip to content

Commit

Permalink
remove rustc internal comments
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Mahad <[email protected]>
  • Loading branch information
MahadMuhammad committed Aug 21, 2024
1 parent d71ddfe commit 15d5640
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/known-directives.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copied from https://github.com/rust-lang/rust/blob/master/src/tools/compiletest/src/command-list.rs
pub const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
// tidy-alphabetical-start
"assembly-output",
"aux-bin",
"aux-build",
Expand Down Expand Up @@ -230,7 +229,5 @@ pub const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
"unique-doc-out-dir",
"unset-exec-env",
"unset-rustc-env",
// Used by the tidy check `unknown_revision`.
"unused-revision-names",
// tidy-alphabetical-end
];

0 comments on commit 15d5640

Please sign in to comment.