Skip to content

Commit 6fbe98c

Browse files
author
George-lewis
committed
Format code
1 parent 58ff183 commit 6fbe98c

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
@@ -36,7 +36,7 @@ pub struct FeatureDiagnosticForIssue {
3636
#[note(session_feature_suggest_upgrade_compiler)]
3737
pub struct SuggestUpgradeCompiler {
3838
version: &'static str,
39-
date: &'static str
39+
date: &'static str,
4040
}
4141

4242
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)