Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmuthukumar committed Mar 19, 2024
1 parent a2e8ceb commit 8cc3c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse_man/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub enum Error {
#[error(transparent)]
Io(#[from] std::io::Error),

#[error("Unsupported manpage format for {path:?}")]
#[error("Unsupported manpage format for {path}")]
UnsupportedFormat { path: PathBuf },

#[error("Could not find manpage for {cmd_name}")]
Expand Down

0 comments on commit 8cc3c5a

Please sign in to comment.