diff options
| author | Nathan Stocks <cleancut@github.com> | 2022-08-23 13:01:51 -0600 |
|---|---|---|
| committer | Nathan Stocks <cleancut@github.com> | 2022-08-25 11:06:45 -0600 |
| commit | 33cbbc2789304714f8c9da1370c5f2adb74addda (patch) | |
| tree | ee6e81c141bfd485e3db7a3e58fb8169ad2b09bd /compiler/rustc_monomorphize/src | |
| parent | 40f44736e805d0576918bb7679e2737a704590f1 (diff) | |
| download | rust-33cbbc2789304714f8c9da1370c5f2adb74addda.tar.gz rust-33cbbc2789304714f8c9da1370c5f2adb74addda.zip | |
remove stray comment
Diffstat (limited to 'compiler/rustc_monomorphize/src')
| -rw-r--r-- | compiler/rustc_monomorphize/src/errors.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/src/errors.rs b/compiler/rustc_monomorphize/src/errors.rs index fa7655f2624..c53ef20c7f8 100644 --- a/compiler/rustc_monomorphize/src/errors.rs +++ b/compiler/rustc_monomorphize/src/errors.rs @@ -3,7 +3,6 @@ use std::path::PathBuf; use rustc_errors::ErrorGuaranteed; use rustc_macros::{LintDiagnostic, SessionDiagnostic}; use rustc_session::SessionDiagnostic; -// use rustc_session::SessionDiagnostic; use rustc_span::Span; #[derive(SessionDiagnostic)] |
