mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +00:00
Run cargo fmt
This commit is contained in:
parent
b4e1563517
commit
72e35a535e
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
|
|
||||||
use crate::ast;
|
|
||||||
use fnv::FnvHashMap;
|
use fnv::FnvHashMap;
|
||||||
|
|
||||||
|
use crate::ast;
|
||||||
|
|
||||||
#[derive(Debug, Hash, Ord, PartialOrd, Eq, PartialEq)]
|
#[derive(Debug, Hash, Ord, PartialOrd, Eq, PartialEq)]
|
||||||
pub struct ImportFromData<'a> {
|
pub struct ImportFromData<'a> {
|
||||||
pub module: &'a Option<String>,
|
pub module: &'a Option<String>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue