mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
parent
c0c59b82ec
commit
6b8b318d6b
8 changed files with 7 additions and 7 deletions
|
@ -119,7 +119,7 @@ fn check_help_text() -> String {
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use anyhow::Result;
|
||||
|
||||
use crate::generate_all::Mode;
|
||||
|
|
|
@ -53,7 +53,7 @@ pub(crate) fn main(args: &Args) -> Result<()> {
|
|||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use anyhow::Result;
|
||||
use std::env;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue