mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 21:28:21 +00:00
Use Rust 1.75 toolchain (#9437)
This commit is contained in:
parent
ba71772d93
commit
94968fedd5
17 changed files with 63 additions and 30 deletions
|
@ -76,6 +76,7 @@ pub(crate) struct ImportResult {
|
|||
|
||||
/// If the import resolved to a type hint (i.e., a `.pyi` file), then
|
||||
/// a non-type-hint resolution will be stored here.
|
||||
#[allow(clippy::struct_field_names)]
|
||||
pub(crate) non_stub_import_result: Option<Box<ImportResult>>,
|
||||
|
||||
/// Information extracted from the `py.typed` in the package used to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue