Move extern crates to the root

This commit is contained in:
2026-08-08 22:12:28 -06:00
parent 4f46b6d993
commit 759f7249d8
5 changed files with 6 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
extern crate alloc;
use anyhow::Result;
use clap::Parser as _;
use lint_policy::Linter;