mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
11 lines
224 B
Diff
11 lines
224 B
Diff
--- a/src/options.rs
|
|
+++ b/src/options.rs
|
|
@@ -10,6 +10,7 @@
|
|
//! println!("Image to display: {}", options.image.0);
|
|
//! ```
|
|
|
|
+#![warn(dangerous_implicit_autorefs)]
|
|
|
|
use clap::{Arg, AppSettings};
|
|
use std::path::PathBuf;
|