ruff/crates/ruff_python_codegen/src
Charlie Marsh 4d6f5ff0a7
Remove `Int` wrapper type from parser (#7577)
## Summary

This is only used for the `level` field in relative imports (e.g., `from
..foo import bar`). It seems unnecessary to use a wrapper here, so this
PR changes to a `u32` directly.
2023-09-21 17:01:44 +00:00
..
generator.rs Remove `Int` wrapper type from parser (#7577) 2023-09-21 17:01:44 +00:00
lib.rs Remove `Parse` trait (#6235) 2023-08-01 18:35:03 +02:00
stylist.rs Fix stylist indentation with a formfeed (#7489) 2023-09-19 12:01:16 +02:00