refactor(rustc_lint): inline check_lint_name_cmdline

This commit is contained in:
Weihang Lo
2023-08-28 19:16:54 +01:00
parent ecff1c012e
commit cdbad43aba
3 changed files with 62 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
use crate::context::parse_lint_and_tool_name;
use crate::levels::parse_lint_and_tool_name;
use rustc_span::{create_default_session_globals_then, Symbol};
#[test]