We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d193fa commit 5f3df6cCopy full SHA for 5f3df6c
clippy_lints/src/exit.rs
@@ -11,7 +11,7 @@ declare_clippy_lint! {
11
///
12
/// ### Why is this bad?
13
/// Exit terminates the program at the location it is called. For unrecoverable
14
- /// errors `panics` should be used to provide a stacktrace and potentualy other
+ /// errors `panics` should be used to provide a stacktrace and potentially other
15
/// information. A normal termination or one with an error code should happen in
16
/// the main function.
17
0 commit comments