There was an error while loading. Please reload this page.
exe.rs
1 parent f50724f commit 4c17841Copy full SHA for 4c17841
1 file changed
src/exe.rs
@@ -5,8 +5,6 @@
5
//! return structured data; callers own formatting. Errors bubble up as
6
//! [`anyhow::Error`] so the CLI can render them uniformly.
7
8
-#![allow(dead_code, unused_variables)]
9
-
10
use std::path::Path;
11
12
use anyhow::{Context, Result};
0 commit comments