Skip to content

Commit

Permalink
Fix copied comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Jan 27, 2023
1 parent 8139424 commit 9f8e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/flake8_bandit/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub struct Options {
value_type = "bool",
example = "check-typed-exception = true"
)]
/// A list of directories to consider temporary.
/// Whether to disallow try-except-pass for specific exception types
pub check_typed_exception: Option<bool>,
}

Expand Down

0 comments on commit 9f8e167

Please sign in to comment.