Skip to content

Commit c23b720

Browse files
author
George-lewis
committed
Format code
1 parent 75a507c commit c23b720

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

compiler/rustc_session/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct FeatureDiagnosticForIssue {
3535
#[note(session_feature_suggest_upgrade_compiler)]
3636
pub struct SuggestUpgradeCompiler {
3737
version: &'static str,
38-
date: &'static str
38+
date: &'static str,
3939
}
4040

4141
impl SuggestUpgradeCompiler {

compiler/rustc_session/src/parse.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
use crate::config::{Cfg, CheckCfg};
55
use crate::errors::{
6-
CliFeatureDiagnosticHelp, FeatureDiagnosticForIssue, FeatureDiagnosticHelp, FeatureGateError, SuggestUpgradeCompiler,
6+
CliFeatureDiagnosticHelp, FeatureDiagnosticForIssue, FeatureDiagnosticHelp, FeatureGateError,
7+
SuggestUpgradeCompiler,
78
};
89
use crate::lint::{
910
builtin::UNSTABLE_SYNTAX_PRE_EXPANSION, BufferedEarlyLint, BuiltinLintDiagnostics, Lint, LintId,

0 commit comments

Comments
 (0)