Write lint to check for dashmaps entries being held

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-03-04 14:57:46 +01:00
parent bf589f7d28
commit ace01a2096
8 changed files with 355 additions and 24 deletions

View file

@ -109,6 +109,9 @@
pkgs.openssl
pkgs.pkg-config
];
DYLINT_DRIVER_PATH = dylint.passthru.DYLINT_DRIVER_PATH;
RUSTUP_TOOLCHAIN = toolchain;
};
}
);