Syntax aware cat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

address clippy

+1 -1
+1 -1
syncat-stylesheet/src/stylesheet/query.rs
··· 108 108 } 109 109 } 110 110 111 - impl<'a> IndexMut<&[usize]> for Query<'a> { 111 + impl IndexMut<&[usize]> for Query<'_> { 112 112 fn index_mut(&mut self, index: &[usize]) -> &mut Self::Output { 113 113 if index.is_empty() { 114 114 self