cargo_pup_lint_impl 0.1.8

Core lint implementations and rustc integration for cargo-pup architectural linting
1
2
3
4
5
6
7
// This product includes software developed at Datadog (https://www.datadoghq.com/) Copyright 2024 Datadog, Inc.

mod lint;
mod no_allocation;
mod no_panic;

pub use lint::FunctionLint;