remove stray comment

This commit is contained in:
Nathan Stocks 2022-08-23 13:01:51 -06:00
parent 40f44736e8
commit 33cbbc2789

View File

@ -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)]