Skip to content

Commit

Permalink
Update try_io_result's short description
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored Oct 7, 2024
1 parent 07d2075 commit 9f7dd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/restriction/try_io_result/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dylint_linting::declare_late_lint! {
/// [Error Handling Survey]: https://blog.yoshuawuyts.com/error-handling-survey/
pub TRY_IO_RESULT,
Warn,
"`?` operators applied to `std::io::Result`"
"`?` operator applied to `std::io::Result`"
}

impl<'tcx> LateLintPass<'tcx> for TryIoResult {
Expand Down

0 comments on commit 9f7dd87

Please sign in to comment.