Commit f05b808
style: spell out the pyo3 imports in the bundle example
Every other module in this crate names the pyo3 items it uses;
`extension.rs` arrived with a glob off the prelude. The crate's
rustfmt config asks for `imports_granularity = Module`, which would
have made the difference visible, but it is a nightly-only option and
CI checks formatting on stable, so nothing was going to flag it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent a9df02b commit f05b808
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments