Skip to content

Commit 4c17841

Browse files
authored
chore: remove lint exception in exe.rs
1 parent f50724f commit 4c17841

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/exe.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
//! return structured data; callers own formatting. Errors bubble up as
66
//! [`anyhow::Error`] so the CLI can render them uniformly.
77
8-
#![allow(dead_code, unused_variables)]
9-
108
use std::path::Path;
119

1210
use anyhow::{Context, Result};

0 commit comments

Comments
 (0)