rename: UnknownTool to UnknownToolInScopedLint

This commit is contained in:
Rejyr 2022-08-20 12:30:49 -04:00
parent 5d302d1148
commit dbe838079c
3 changed files with 5 additions and 5 deletions

View file

@ -61,8 +61,8 @@ pub enum MalformedAttributeSub {
}
#[derive(SessionDiagnostic)]
#[error(lint::unknown_tool, code = "E0710")]
pub struct UnknownTool {
#[error(lint::unknown_tool_in_scoped_lint, code = "E0710")]
pub struct UnknownToolInScopedLint {
#[primary_span]
pub span: Option<Span>,
pub tool_name: Symbol,