We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd5fcc commit 5bf6fd2Copy full SHA for 5bf6fd2
1 file changed
src/summarize/mod.rs
@@ -258,7 +258,6 @@ type SyscallArgs<'a> = SyscallArgsInfo<&'a Expression>;
258
259
impl SyscallArgsIndex {
260
/// Extract arguments from indexes
261
- #[expect(clippy::shadow_unrelated)]
262
fn extract_args<'a>(&self, sc: &'a Syscall) -> anyhow::Result<SyscallArgs<'a>> {
263
let args = match self {
264
Self::Chdir(p) => SyscallArgsInfo::Chdir(match p {
0 commit comments