Skip to content

Commit 2491814

Browse files
committed
We have Rust 1.25 now
1 parent a8556d7 commit 2491814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/panicking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ impl<'a> Location<'a> {
328328
///
329329
/// panic!("Normal panic");
330330
/// ```
331-
#[stable(feature = "panic_col", since = "1.24")]
331+
#[stable(feature = "panic_col", since = "1.25")]
332332
pub fn column(&self) -> u32 {
333333
self.col
334334
}

0 commit comments

Comments
 (0)