diff options
| -rw-r--r-- | mullvad-daemon/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs index 3b216edf3b..8594d1d7a0 100644 --- a/mullvad-daemon/src/lib.rs +++ b/mullvad-daemon/src/lib.rs @@ -582,7 +582,6 @@ pub struct Daemon { } impl Daemon { - #[allow(clippy::too_many_arguments)] pub async fn start( log_dir: Option<PathBuf>, resource_dir: PathBuf, |
