resolve all lints, update MSRV
This commit is contained in:
parent
166b59f560
commit
f05a69a9d9
18 changed files with 251 additions and 283 deletions
|
|
@ -340,6 +340,7 @@ impl AttrsList {
|
|||
}
|
||||
|
||||
/// Split attributes list at an offset
|
||||
#[allow(clippy::missing_panics_doc)]
|
||||
pub fn split_off(&mut self, index: usize) -> Self {
|
||||
let mut new = Self::new(self.defaults.as_attrs());
|
||||
let mut removes = Vec::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue