diff --git a/src/cli.rs b/src/cli.rs index a2c46b3..3cba449 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -18,16 +18,6 @@ pub(super) struct Args { score: Score, } -impl Args { - pub(super) fn instrument(&self) -> Option<&::Target> { - self.instrument.as_deref() - } - - pub(super) fn output(&self) -> Option<&PathBuf> { - self.output.as_ref() - } -} - #[derive(Clone)] #[cfg_attr(debug_assertions, derive(Debug))] pub(super) struct Score(String);