ruff/crates/ruff_python_resolver/src
Anders Kaseorg df13e69c3c
Format let-else with rustfmt nightly (#5461)
Support for `let…else` formatting was just merged to nightly
(rust-lang/rust#113225). Rerun `cargo fmt` with Rust nightly 2023-07-02
to pick this up. Followup to #939.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-07-03 02:13:35 +00:00
..
snapshots Add dedicated struct for implicit imports (#5427) 2023-06-28 18:55:43 +00:00
config.rs Misc. clean-up for import resolver (#5401) 2023-06-27 19:27:12 +00:00
execution_environment.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
host.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
implicit_imports.rs Format let-else with rustfmt nightly (#5461) 2023-07-03 02:13:35 +00:00
import_result.rs Add dedicated struct for implicit imports (#5427) 2023-06-28 18:55:43 +00:00
lib.rs Add a snapshot test for native module resolution (#5423) 2023-06-28 18:16:39 +00:00
module_descriptor.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
native_module.rs Add a snapshot test for native module resolution (#5423) 2023-06-28 18:16:39 +00:00
py_typed.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
python_platform.rs Make lib iteration platform-specific (#5406) 2023-06-28 13:52:20 +00:00
python_version.rs Port Pyright's import resolver to Rust (#5381) 2023-06-27 16:15:07 +00:00
resolver.rs Remove an unsafe access in the resolver (#5428) 2023-06-28 19:08:10 +00:00
search.rs Remove all unwrap calls from the resolver (#5426) 2023-06-28 18:06:17 +00:00