Allow dead code in completion example

This commit is contained in:
Daniel Hofstetter
2024-04-10 10:18:59 +02:00
parent 956e6f24f7
commit b4e8a0566f
+1
View File
@@ -1,3 +1,4 @@
#![allow(dead_code)]
use std::path::PathBuf;
use uutils_args::{Arguments, Options, Value};