Skip to content

Commit b46a203

Browse files
committed
Add PYSLICE to spell-checker ignore in slice.rs
1 parent d434426 commit b46a203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)