mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
Allow dead code in completion example
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(dead_code)]
|
||||
use std::path::PathBuf;
|
||||
|
||||
use uutils_args::{Arguments, Options, Value};
|
||||
|
||||
Reference in New Issue
Block a user