We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d193fa + 5f3df6c commit ba7fd68Copy full SHA for ba7fd68
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