Commit babd0b53 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Remove #![allow(clippy::unwrap_used)] in cmdline.rs

parent 55ef6972
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#![allow(clippy::unwrap_used)]
//! Implement a configuration source based on command-line arguments.

use config::{ConfigError, Source, Value};