Document rustc_middle::lint::LevelSource
This is to clarify the difference between `LevelSource` and `LintLevelSource`. Appease x.py fmt.
This commit is contained in:
@@ -45,6 +45,7 @@ impl LintLevelSource {
|
||||
}
|
||||
}
|
||||
|
||||
/// A tuple of a lint level and its source.
|
||||
pub type LevelSource = (Level, LintLevelSource);
|
||||
|
||||
pub struct LintLevelSets {
|
||||
|
||||
Reference in New Issue
Block a user