We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efd11b commit 635b702Copy full SHA for 635b702
2 files changed
src/lib.rs
@@ -1,6 +1,7 @@
1
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
2
3
#![allow(clippy::multiple_crate_versions)]
4
+#![deny(dead_code)]
5
#![cfg_attr(docsrs, feature(doc_cfg))]
6
7
//! # Ultralytics YOLO Inference Library
src/main.rs
//! Ultralytics YOLO Inference CLI
//!
0 commit comments