ruff/crates/ruff_notebook
Dhruv Manilawala cd564c4200
Use OneIndexed in NotebookIndex (#7921)
## Summary

This PR refactors the `NotebookIndex` struct to use `OneIndexed` to make
the
intent of the code clearer.

## Test Plan

Update the existing test case and run `cargo test` to verify the change.

- [x] Verify `--diff` output
- [x] Verify the diagnostics output
- [x] Verify `--show-source` output
2023-10-13 06:23:49 +05:30
..
resources/test/fixtures/jupyter Create ruff_notebook crate (#7039) 2023-09-01 13:56:44 +00:00
src Use OneIndexed in NotebookIndex (#7921) 2023-10-13 06:23:49 +05:30
Cargo.toml Use OneIndexed in NotebookIndex (#7921) 2023-10-13 06:23:49 +05:30