Skip to content

Commit 2b6fc93

Browse files
committed
Add PYSLICE to spell-checker ignore in slice.rs
1 parent 79c16ec commit 2b6fc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/src/builtins/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct PySlice {
2525
pub step: Option<PyObjectRef>,
2626
}
2727

28-
// spell-checker:ignore MAXFREELIST
28+
// spell-checker:ignore MAXFREELIST PYSLICE
2929
// PySlice_MAXFREELIST = 1
3030
const PYSLICE_MAXFREELIST: usize = 1;
3131

0 commit comments

Comments
 (0)