Skip to content

Commit 094adcc

Browse files
author
balt-dev
committed
Formatting fix
1 parent 4289449 commit 094adcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/alloc/src/vec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ impl<T, A: Allocator> Vec<T, A> {
20022002
#[stable(feature = "rust1", since = "1.0.0")]
20032003
#[track_caller]
20042004
pub fn insert(&mut self, index: usize, element: T) {
2005-
#[cold]
2005+
#[cold]
20062006
#[cfg_attr(not(feature = "panic_immediate_abort"), inline(never))]
20072007
#[track_caller]
20082008
#[optimize(size)]

src/tools/cargo

Submodule cargo updated 49 files

0 commit comments

Comments
 (0)