mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
Disallow unreachable_pub
(#4314)
This commit is contained in:
parent
97802e7466
commit
c10a4535b9
444 changed files with 1376 additions and 1106 deletions
|
@ -25,7 +25,7 @@ struct LinterCategoryInfo {
|
|||
name: &'static str,
|
||||
}
|
||||
|
||||
pub fn linter(format: HelpFormat) -> Result<()> {
|
||||
pub(crate) fn linter(format: HelpFormat) -> Result<()> {
|
||||
let mut stdout = BufWriter::new(io::stdout().lock());
|
||||
let mut output = String::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue