2023-04-30 23:19:35 +00:00
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2022-07-26 12:50:28 +00:00
|
|
|
//! Contains error types and other error handling tools.
|
|
|
|
|
2023-10-10 04:08:50 +00:00
|
|
|
#[rustfmt::skip] // Keep public re-exports separate.
|
|
|
|
#[doc(inline)]
|
2022-09-20 10:08:06 +00:00
|
|
|
pub use crate::parse::ParseIntError;
|