Skip to content

Commit 5bf6fd2

Browse files
committed
chore: lint
1 parent afd5fcc commit 5bf6fd2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/summarize/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ type SyscallArgs<'a> = SyscallArgsInfo<&'a Expression>;
258258

259259
impl SyscallArgsIndex {
260260
/// Extract arguments from indexes
261-
#[expect(clippy::shadow_unrelated)]
262261
fn extract_args<'a>(&self, sc: &'a Syscall) -> anyhow::Result<SyscallArgs<'a>> {
263262
let args = match self {
264263
Self::Chdir(p) => SyscallArgsInfo::Chdir(match p {

0 commit comments

Comments
 (0)