summaryrefslogtreecommitdiffstats
path: root/vendor/triomphe/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/triomphe/src/lib.rs')
-rw-r--r--vendor/triomphe/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/triomphe/src/lib.rs b/vendor/triomphe/src/lib.rs
index 13d568bda..7b3886cd8 100644
--- a/vendor/triomphe/src/lib.rs
+++ b/vendor/triomphe/src/lib.rs
@@ -64,6 +64,7 @@ mod arc_borrow;
mod arc_swap_support;
mod arc_union;
mod header;
+mod iterator_as_exact_size_iterator;
mod offset_arc;
mod thin_arc;
mod unique_arc;
@@ -79,7 +80,7 @@ pub use unique_arc::*;
#[cfg(feature = "std")]
use std::process::abort;
-// `no_std`-compatible abort by forcing a panic while already panicing.
+// `no_std`-compatible abort by forcing a panic while already panicking.
#[cfg(not(feature = "std"))]
#[cold]
fn abort() -> ! {