mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
exit lint: potentualy -> potentially
This commit is contained in:
parent
3d193fa17a
commit
5f3df6cfce
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ declare_clippy_lint! {
|
||||||
///
|
///
|
||||||
/// ### Why is this bad?
|
/// ### Why is this bad?
|
||||||
/// Exit terminates the program at the location it is called. For unrecoverable
|
/// Exit terminates the program at the location it is called. For unrecoverable
|
||||||
/// errors `panics` should be used to provide a stacktrace and potentualy other
|
/// errors `panics` should be used to provide a stacktrace and potentially other
|
||||||
/// information. A normal termination or one with an error code should happen in
|
/// information. A normal termination or one with an error code should happen in
|
||||||
/// the main function.
|
/// the main function.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue