Skip to content

Commit

Permalink
chore: resolve cargo doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Apr 4, 2024
1 parent 3fec9cf commit 1f92ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions topiary-cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ pub enum CLIError {
Multiple,
UnsupportedLanguage(String),

/// Could not detect the input language from the (filename,
/// Option<extension>)
/// Could not detect the input language from the `(filename, Option<extension>)`
LanguageDetection(PathBuf, Option<String>),
}

Expand Down

0 comments on commit 1f92ba8

Please sign in to comment.